hybridgroup / rubyserial

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

flush buffers #36

Open fmluizao opened 7 years ago

fmluizao commented 7 years ago

Hi,

The library offers some kind of flushing?

SerialPort provides flush_input and flush_output, I'm considering migrate to rubyserial.

How do you handle this situations? Are they of little use?

Thanks