Omega-2P UART baudrate issue
-
New user, I am facing a issue using with UART lines. The problem I have observed is some unknown junk characters read by Omega 2P over UART1 lines.
I am sending UART data from STM32 with baudrate of 115200 and configures UART1 (Omega2) also 115200.
If I change baudrate to 9600 everything works perfectly.
Is there anything to do with clock speed of UART of Omega2?
What is going on in omega2p if I use 115200 baudrate.
I used python-light (python2) develop simple script to read UART1 lines. My firmware is up to date.Naveen
-
@naveen_kumar UART1 is used for the terminal, perhaps try UART2
-
This post is deleted!