ruby-serialport icon indicating copy to clipboard operation
ruby-serialport copied to clipboard

Ruby Serialport packed neatly into a gem.

Results 1 ruby-serialport issues
Sort by recently updated
recently updated
newest added

In my case other libraries I used writes data in chunks, but hardware expects whole solid binary data stream. So, I need to buffer writes to library before actually doing...