Reputation: 395
I get strange encoded messages from my sim900 module when I enter AT commands. I have set the baud rate to 9600. I've tried using several terminals but to no avail.
Any help is appreciated.
Thanks
Upvotes: 1
Views: 498
Reputation: 3831
I am quite sure the issue is with baud rates. Your terminal baud rate should be set to the baud rate of the module. There can be one of the followings issues with your setup
\r
at the end of your commandsauto-baud
state and is waiting for AT\r
command to lock in to the baud rate you are communicating in. In this state you need to send AT in uppercase a few times after the modem switches ON.Upvotes: 1