You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi @dollop80 , nice catch! It indeed looks like this can only be accomplished through a SerialStream object at present. Would you be interested in submitting a PR?
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?
The text was updated successfully, but these errors were encountered: