Baud Rate
Posted: Wed Mar 08, 2017 6:47 am
Can anyone confirm if I have changed my baudrate correctly?
So my ESP8266 module is set to 115200 baud, but I need it to work at 9600 baud.
In my code that I have uploaded directly to the ESP module I have said to read the serial port at 9600 but my Arduino IDE settings still say 115200 baud as it will only flash on this setting. Changing the IDE settings to 9600 as well, will result in a memory inaccessible error when trying to flash.
What rate will the data be read???
Thanks
So my ESP8266 module is set to 115200 baud, but I need it to work at 9600 baud.
In my code that I have uploaded directly to the ESP module I have said to read the serial port at 9600 but my Arduino IDE settings still say 115200 baud as it will only flash on this setting. Changing the IDE settings to 9600 as well, will result in a memory inaccessible error when trying to flash.
What rate will the data be read???
Thanks