Writing blocks of data
dollop80 opened this issue · 1 comments
dollop80 commented
Hi,
The documentation states that there is a possibility to send a data buffer with a predefined length https://libserial.readthedocs.io/en/latest/tutorial.html#writing-blocks-of-data
But seems that this is not implemented because there is no function Write, that conforms Write( output_buffer, BUFFER_SIZE );
So is there a way to switch the library to binary mode anyway? To send, f.e. a 0x00 byte?