| Standard baud rates supported by most serial ports: | ||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Standard baud rates supported by some serial ports: | ||
|
|
|
|
|
|
|
|
|
Hello,Excuse my lack of knowledge on the subject as it is the first time I am working with BEAGLEBONE. So I'm trying to communicate with a fuel pump that has a BaudRate of 5760'm using node js in my application. However I can not even configure the serial port with this BaudRate, can anyone help me with this please.
--
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.
For more options, visit https://groups.google.com/d/optout.
You can set custom baud rate using
sttycommand on linux. For example, to set custom baud rate of 567890 on your serial port /dev/ttyX0 use the command
stty -F /dev/ttyX0 567890This may / may not work. But possibly worth a try. The first answer may also
work but I've never done this in linux, so could not say for sure.
root@beaglebone:/# stty -F /dev/ttyO1 5760
stty: invalid argument `5760'
Try `stty --help' for more information.
When running the aforementioned command I received the following feedbackroot@beaglebone:/# stty -F /dev/ttyO1 5760
stty: invalid argument `5760'
Try `stty --help' for more information.
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 beagleboard...@googlegroups.com.