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

Added support for higher baud rates #26

Closed ghost closed 12 years ago

ghost commented 13 years ago

Hector,

I am working on a project that requires higher baud rates than ruby-serialport supported. I added a handful of new baud rates to posix_serialport_impl.c. I've build the gem on both Linux and OS X and tested the higher baud rates in Linux. I am not able to test the higher baud rates in OS X because the OS X variant of my serial device driver does not support these baud rates. However I don't have any reason to believe it will be a problem.

Thanks for your consideration and thanks for your work on ruby-serialport. The gem has worked well for my application.

-Will Koehler