-->
Page 1 of 2

Change the serial baud rate

PostPosted: Tue Nov 17, 2015 4:41 pm
by Helio
Hi! I think that this basic interpreter lacks a cool feature. What about changing serial port baud rate? Wouldn't be hard to implement a baudrate {integer}command, no?

P. D.: This is a copy of the GitHub issue: https://github.com/esp8266/Basic/issues/3

Re: Change the serial baud rate

PostPosted: Tue Nov 17, 2015 5:26 pm
by Mmiscool
Baudrate command added to version 1.44

Code: Select allBAUDRATE:
Will set the baudrate for serial communications.
baudrate {value or var}


You can get it on the downloads page.

Re: Change the serial baud rate

PostPosted: Wed Nov 18, 2015 6:09 am
by Helio
Sorry, I reviewed the code on GitHub and didn't found the command. :oops:

What file contains this? I reviewed Commands.ino without finding it.

Re: Change the serial baud rate

PostPosted: Wed Nov 18, 2015 5:28 pm
by Mmiscool
https://github.com/esp8266/Basic/commits/master
has the complete history of the project since it went up on git hub.

The change you are looking for
https://github.com/esp8266/Basic/commit ... 0f00e5d503