General area when it fits no where else

Moderator: Mmiscool

User avatar
By stern0m1
#42898
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
User avatar
By Mmiscool
#42930 It looks like this could be possible. Will look in to this tomorrow.
User avatar
By Mmiscool
#43071 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.