I found the following allowed me to connect and enter AT commands:
sudo picocom /dev/ttyAMA0 --omap crcrlf
gwizz wrote:I had the same problem, using picocom on a raspberry pi.
I found the following allowed me to connect and enter AT commands:Code: Select allsudo picocom /dev/ttyAMA0 --omap crcrlf
I am using the command above to connect, which it does. I can successfully do: AT+GMR, but AT+CWLAP still gives "Error". can anyone help with this?
AT+CWMODE=3
Now I can list other wifi hotspots and connect to them successfully!