7 Dec
2018
7 Dec
'18
16:56
On 07/12/2018 07:54, Radule Šoškić wrote:
Hi,
I don't know what data exactly you have to send to your device. But, from the above listed sequence it's clear that you try to send one invalid hex value (0xNC is not a hex number).
I am guessing that you might want to send NC as two characters in sequence. If so, than you have co represent them in hex:
N ---> 0x4E C ---> 0x43
So, instead of 0xNC you might want to send two bytes:
byte 0x4E byte 0x43
Regards,
Radule
No the device only accepts 4 hex values so this would not work. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org