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

Are there any possibilities to buffer writes before flushing them directly to port?

Open zekefast opened this issue 11 years ago • 0 comments

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 write to port.

Any suggestions would greatly appreciated! Thank you in advance!

zekefast avatar Feb 25 '14 12:02 zekefast