-->
Page 2 of 4

Re: serial debug messages

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


ex

Code: 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

Re: serial debug messages

PostPosted: Fri Mar 11, 2016 9:10 pm
by Mmiscool
It looks like this could be possible. Will look in to this tomorrow.

Re: serial debug messages

PostPosted: Sat Mar 12, 2016 10:59 pm
by stern0m1
Mmiscool wrote:It looks like this could be possible. Will look in to this tomorrow.


We're you able to look into this?
Thanks.

Re: serial debug messages

PostPosted: Mon Mar 14, 2016 1:15 am
by Mmiscool
I think i have the solution coded up but still am working out some other things for the new build.

Cicciocb has been doing some amazing work on a new math parser. And my code base is full of changes pertaining to that. Don't want to have too many forks of the code going at once.