hybridgroup / rubyserial

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

Add blocking versions of read and write functions #25

Open zankich opened 9 years ago

zankich commented 9 years ago

You currently have to simulate blocking behavior by polling in a loop, but it would be nice to have some blocking functions, inspired by this issue

skandragon commented 6 years ago

Without blocking I/O, this library is far less useful for me.