I upgraded a ESP12 32M with latest firmware : ESP8266_NONOS_SDK-2.1.0 , with AT binaries.
I tried to change UART speed to be 115200 Bauds with the following command :
Code: Select all
AT+UART_DEF=115200,8,1,0,0
But it looks the module remains at 74880 Bauds,
If i enter the following connected at 74880 it continues to respond :
Code: Select all
AT+UART_DEF?
+UART_DEF:115200,8,1,0,0
If i swap Putty or Hyperterminal at 115200, i get unreadable characters that means speed is incorrect.
I have set the terminal speed back to 74880 Baud to communicate with the module, this is not normal isn't it ?
Many thanks for your help,