Hi,
is it possible to wait for a specified count of bytes after write to USBserial port ?
I would like send many commands to a device with different length of answer.
e.g.
send 0x01 , receive 2 bytes
send 0x51 , recieve 8 bytes
and many others,
So I will write and than wait for the answer.
Is that possible with the USBserial lib ?
Thanks in advance
Roy
is it possible to wait for a specified count of bytes after write to USBserial port ?
I would like send many commands to a device with different length of answer.
e.g.
send 0x01 , receive 2 bytes
send 0x51 , recieve 8 bytes
and many others,
So I will write and than wait for the answer.
Is that possible with the USBserial lib ?
Thanks in advance
Roy