Peter, Thank you or I like to thank you for your help. It worked very well and I'm communicating with the fuel pump. Once again thank you.
2015-07-10 11:07 GMT-03:00 Peter Hurley <[email protected]>: > 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 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 > > I understand that was probably too much information :) > 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 a topic in the > Google Groups "BeagleBoard" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/beagleboard/GC0rKe6rM0g/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- ----------------------------------------------------------------------------------------------- Marlon Cesar Pilonetto (46) 9112-4963 Pato Branco - PR ------------------------------------------------------------------------------------------------- -- 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.
