UART Communication problems at 921600
Posted: Mon Jun 18, 2018 10:30 am
Hi All,
Has anyone been able to get the UART to communicate reliably at 921600?
I am using the ESP-WROOM DevKitC V2.
I am using UART_NUM_2 on GPIO_16 and GPIO_17.
My Saleae Logic analyzer indicates framing errors on the data out of the UART.
I print out the result of uart_get_baudrate() which is 941176.
However, the logic analyzer still identifies framing issues with the baudrate defined as 941176.
At 115200 there are no issues reported from the logic analyzer and it communicates with my micro with no problem.
Has anyone been able to use the UART at 921600?
Thank you for your help in advance.
Has anyone been able to get the UART to communicate reliably at 921600?
I am using the ESP-WROOM DevKitC V2.
I am using UART_NUM_2 on GPIO_16 and GPIO_17.
My Saleae Logic analyzer indicates framing errors on the data out of the UART.
I print out the result of uart_get_baudrate() which is 941176.
However, the logic analyzer still identifies framing issues with the baudrate defined as 941176.
At 115200 there are no issues reported from the logic analyzer and it communicates with my micro with no problem.
Has anyone been able to use the UART at 921600?
Thank you for your help in advance.