Smiffy
August 22, 2022, 2:24am
#1
Hi
I am having problems getting information from LoRa E5 devices:
E5 Mini
Grove Wio-E5
Wio-E5 development kit
I have tried connecting from Linux, Mac and Windows using screen, and minicom.
If I put in AT
I get
+INFO: Input timeout
+AT: OK
But this is all I get for anything else like AT+ID
However if I connect using Arduino Serial Console, it behaves as expected.
What do I need to do with screen to make it behave the same as Arduino Serial Console?
vincen
August 22, 2022, 5:32am
#2
are you sure your screen/minicom is configured to send properly the CR and/or LF after your command ? AT command have to be validated by the usual cr/lf
Smiffy
September 7, 2022, 1:41am
#3
Thanks, I have duplicated what the Arduino serial console is using, which is 9600 8-1-N LF, but I still get exactly the same result.
vincen
September 7, 2022, 6:40am
#4
have you tried to cross TX and RX in your wiring ?
have you checked minicom is not configured with a special terminal profile ?