Mmiscool wrote: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}
exCode: Select allbaudrate 9600
The device im trying to communicate uses 7 Data Bits, Even Parity. Is there anyway with esp8266 basic I could communicate with it?
Thanks