Hi Marlon,
On 07/09/2015 07:30 PM, Peter Hurley wrote:> Using the BOTHER method of setting a custom baud rate is roughly> outlined in the stackoverflow link noted by William.I understand that was probably too much information :)
>
> I hacked up a quick test to set this baud rate in an i/o validation
> test jig and confirmed with a scope the signal period of ~173.6 us
So I forked the github gist from the stackoverflow answer and cleaned it up.
Here's what you need to do to get this working. At the console prompt on your beaglebone:
$ # install compiler, include files, basic libraries, etc.
$ sudo apt-get install build-essential
$ # get source file from github for program that allows you to set any baud in linux
$ wget https://gist.githubusercontent.com/peterhurley/fbace59b55d87306a5b8/raw/220cfc2cb1f2bf03ce662fe387362c3cc21b65d7/anybaud.c
$ # compile program
$ gcc -o anybaud anybaud.c
$ # run program, but substitute your tty device name
$ ./anybaud /dev/ttyS4 5760
Regards,
Peter Hurley
--
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 beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/6f1caa9d-e1b6-4de1-818b-ea327f784452%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.