hybridgroup / rubyserial

FFI Ruby library for RS-232 serial port communication
https://rubygems.org/gems/rubyserial
Other
154 stars 27 forks source link

Add support for disabling flow control #44

Open donv opened 6 years ago

donv commented 6 years ago

I'd like to disable flow control for a serial port I am using with rubyserial on OSX. Is this possible today? If so, how?

If not possible today, I'd like to implement it.

donv commented 6 years ago

Ah, seems this is already implemented as default on master. Would it be possible to get a new release with the changes?