jSerialComm v2.10.1
IMPORTANT NOTE: The bytesToRead
and offset
parameters in both readBytes()
and writeBytes()
have been changed from type long
to int
so that there is no mismatch between the parameters and the return type. Any code specifically passing a long
to these functions will need to be updated.