Chat freely about anything...

User avatar
By Sri1234
#54870 I am trying to send AT command and to get responses from ESP8266 module using Python. I am using Python 2.7 and installed serial library and programming in pycharm IDE. I have used a simple serial read and write program from internet and modified to send AT commands. When I execute the program, the serial port opens and I got the same AT command which I sent as response. for eg if i send AT+CWMODE=1, i get the same AT+CWMODE=1 as output. However while sending the AT commands using terminal software like putty, I got the response differently.

Can you guys help me out in knowing why i am not getting proper response in python IDE as i get from the device in putty?
Attachments
(1.52 KiB) Downloaded 578 times