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

Update hash key descriptions in README for SerialPort.new #39

Closed undees closed 10 years ago

undees commented 11 years ago

The code in serialport.c looks like it uses the hash keys baud, data_bits, and stop_bits, rather than baudrate, databits, and stopbits.

hparra commented 10 years ago

These changes were merged. Did something funny so pull-request didn't automatically resolve but the history is unchanged. Thank you.