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

Support baudrate > 1MBit on posix #60

Open da1l6 opened 9 years ago

da1l6 commented 9 years ago

termios.h defines baud rates up to 4MBit on my system. Add case conditionals to support these where available.