ESP8266 Developer Zone The Official ESP8266 Forum 2018-01-25T17:08:56+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=9061 2018-01-25T17:08:56+08:00 2018-01-25T17:08:56+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9061&p=19177#p19177 <![CDATA[Re: Uart baudrate 115200]]> https://github.com/espressif/esp8266-rtos-sample-code/tree/master/01System

Statistics: Posted by Her Mary — Thu Jan 25, 2018 5:08 pm


]]>
2018-01-24T15:20:43+08:00 2018-01-24T15:20:43+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9061&p=19168#p19168 <![CDATA[Uart baudrate 115200]]>
Latest RTOS SDK does not seem to support 115200 baurdrate. I tried below codes,

1. uart_div_modify(0, UART_CLK_FREQ / 115200);
1. uart_init_new() with 115200 baudrate

It does not work. It works only on 74880. Could you please let me know to how to get the serial output in 115200 baudrate?

Thanks in advance

Statistics: Posted by john_m — Wed Jan 24, 2018 3:20 pm


]]>