jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

How to change UART Baud Rate #516

Closed pilumalu closed 3 years ago

pilumalu commented 3 years ago

Hello,

first, thanks a lot for the awesome esp-link !! Please, how can I change the UART baud rate. Is there a hidden menue I didn`t find ? Would be very helpful to be able to change all serial settings similar to #511 request. Thanks !

ccutrer commented 3 years ago

you can go to http://esp-link/console.html and use the dropdown, or manually set it to an arbitrary rate with http://esp-link/console/baud?rate=X (and http://esp-link/console/fmt?fmt=8N1 etc. for the other serial settings). You'll need to be on a 3.0 release for the latter to work.

uzi18 commented 3 years ago

Yes you can change serial settings on console subpage

uzi18 commented 3 years ago

If you need latest 3.0, link is somewhere in issue #513

pilumalu commented 3 years ago

Thanks for pointing me to 3.2.47. Just flashed and baud setting works great now ! Good work !!