Hi, I'm currently running Debian, uname -r ==> 3.8.13-bone47. I am trying to interface with a PIC that has a 1 M baud rate. OS calls as well as C calls using termios.h both say they support 1000000, but the communication is always garbled. If I stty -F /dev/ttyO0 1000000. then check the Baud rate it responds as set. Setting Baud to 921600 works fine and communication is clear, but would require an external clock on the PIC.
Does BBB hardware support 1 MBaud? Does 3.8.13-bone47 support 1 MBaud? Is there some kernel settings that I have to do to make it work? Is there another kernel that I could flash that would make it work? Ideally I would hope someone has an example C code that brings up a 1 MHz connection that they could share. Thanks, j -- 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.
