I'm having a problem with my ESP8266 breakout module. I have it connected to the PC (win 7) with a CH340G usb-serial converter and use RealTerm or Putty as console. I set them to 9600bd/8b/nopar.
The problem is that when typing I often get faulty characters...It doesn't matter if I simply type, or use the send function of RealTerm (not even when I set long delays between characters)
it should be this
wifi.sta.config("ReinierNet","exxxxxxxxd",1)
wifi.sta.connect()
tmr.delay(1000000)
print(wifi.sta.status())
print(wifi.sta.getip())
but this is on example of what I get (starting at wifsta (already i and . missing))