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

Fixed XON/XOFF config bug on Linux #68

Open rickyzheng opened 5 years ago

rickyzheng commented 5 years ago

This fixed the issue of 0x11 in data stream is filtered out under linux.

donv commented 3 years ago

Any chance of getting this merged?