Is it possible to change the baud rate of the UART to a custom value like 100.000 bits/s? In the datasheet of the AM335x Sitara the different modes are: 2.4 Kbps 9.6 Kbps 19.2 Kbps 38.4 Kbps 57.6 Kbps 115.2 Kbps
But I read on this forum that they did set the baud rate to 500k. https://groups.google.com/forum/#!topic/beagleboard/EEe7xAkCPkQ The library that I use (libbulldog) doens't support custom baudrates, and this one makes use of the termios.h (which also doesn't support other baudrates). Does anyone know how to change the baud rate to a custom value? I need this because I want to read a bus from a commercial product which works on 100.000 bits/s. (SBus from Futaba). I am new to programming microcontrollers, so my knowledge of setting registers etc. is limited. kind regards, Stein -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
