General area when it fits no where else

Moderator: Mmiscool

User avatar
By Mmiscool
#42873 What debug msg seems to be giving you trouble? Most of them should have been removed. If one was missed please post the msg so it can be found and disabled.

There is currently no support for changing any thing other than the baud speed.

The default is 9600, 8 data bits, no parity, one stop bit.


To set the baud rate you can use the following command

BAUDRATE:
Will set the baudrate for serial communications.
baudrate {value or var}


ex

Code: Select allbaudrate 9600
User avatar
By cicciocb
#42895 Hi,
probably it should be possible to control all the debug messages with a unique command.
This could permit to remove all the messages easily.
User avatar
By stern0m1
#42897 I get a lot of output on the serial port. when its boots up theres the 1 2 3... when i send email the whole server conversation.
I am working on having the esp8266 send my electricity meter info to wattvision.com. The way the meter works is, it responds to various commands through a serial port. Therefor I dont want random messages being sent.