UsbSerial icon indicating copy to clipboard operation
UsbSerial copied to clipboard

modbus implementation

Open sagar8469 opened this issue 5 years ago • 1 comments

Hey, i am trying to implement modbus rs485 in this. but i can't form a packet out of serial data as the serial read callback processes some random number of bytes in arg0.

can i use syncRead in this ?

sagar8469 avatar May 04 '19 06:05 sagar8469

Hi @sagar8469 You can use syncRead perfectly fine. Also please check this I am porting j2mod java library but need some testing by users before being ready for release.

felHR85 avatar May 04 '19 12:05 felHR85