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!
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!