what's the maximum baud rate that the serial ports in AM335x can support?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
what's the maximum baud rate that the serial ports in AM335x can support?
Hi Siddharth,
You can modify the baud rate from a user space application by using the functions cfsetispeed() and cfsetospeed() from termios. This wiki page gives an example at the bottom of the page:
http://en.wikibooks.org/wiki/Serial_Programming/termios
Let me know if you have any issues.