ruby-serialport
ruby-serialport copied to clipboard
Are there any possibilities to buffer writes before flushing them directly to port?
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!