Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 10 months ago.
VT100 emulation in Linux
Hi there,
I am trying to play with the repository [lorawan-demo-72](https://os.mbed.com/teams/Semtech/code/LoRaWAN-demo-72/) using my linux computer. Everything seems to be ok, I can connect to my node:
http://www.st.com/en/evaluation-tools/p-nucleo-lrwan1.html
But there is something wrong with the vt100 emulation because I cannot see the proper ouput, this is what I receive in my terminal:
Instead of this one:
Similar issue using coolterm
It seems the typical encoding issue but I dont know how to solve it.
Looks like a BAUD rate setting
When starting minicom use the -s switch to change settings i.e. > minicom -s then option 'E' and set to 115200 8N1 as per LoRaWAN example
from your screen shots you seem to have 9600 baud rate set not 115200 Hope this helps....
posted by Martin Simpson 03 Jan 2018Yes, it worked like a charm!! 9600bauds worked well with other examples...
posted by Jose Gato Luis 05 Jan 2018It seems now the result is better I dont get too much information, maybe because I have done something wrong. I have the configuration for public, over the airc, and the application euir and applicatoin key:
That corresponds to my network server in a Multitech Conduit mlinux version:
But nothing happens in the output of the lorawan-demo:
posted by Jose Gato Luis 05 Jan 2018After some work digging with the gateway:
http://www.multitech.net/developer/forums/topic/stm32-with-conduit-network-server/#post-22260
I am not sure if the node is transmitting something, or in which frequency. The TerminalEmulator dont say too much information :(
posted by Jose Gato Luis 09 Jan 2018