-->
Page 1 of 4

serial debug messages

PostPosted: Thu Mar 10, 2016 8:10 pm
by stern0m1
is it possible to turn off the serial debug messages?
Is it possible to set the parity and data bits?
thanks

Re: serial debug messages

PostPosted: Thu Mar 10, 2016 11:13 pm
by Mmiscool
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

Re: serial debug messages

PostPosted: Fri Mar 11, 2016 8:08 am
by cicciocb
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.

Re: serial debug messages

PostPosted: Fri Mar 11, 2016 8:28 am
by stern0m1
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.