hparra / ruby-serialport

ruby-serialport is a Ruby library that provides a class for using RS-232 serial ports
http://rubygems.org/gems/serialport
GNU General Public License v2.0
246 stars 58 forks source link

Does not support "non-standard" baud rates #14

Open hparra opened 14 years ago

hparra commented 14 years ago

Although not requested, some people use "non-standard" baud-rates depending on hardware and crystals.

Examples:

hparra commented 14 years ago

Support added for Windows in 1.0.4. Still need POSIX support? See #16

mcoms commented 8 years ago

I'd like to see Linux support for custom baud rates (I need 250kbps fora commercial device). About to try a gist that I found which purports to do this.

PySerial can set up to 4Mbps in standard values in this way.