Hi There ,
I have an USR-N510 Serial to Ethernet Converter and when I use websocket I cannot send hex data.
There is no a goddam documentation how should I format the data.
I try to send this
61 10 23 29 00 03 06 00 00 00 01 00 7C 42 C0
I tried this way
0x610x100x230x290x000x030x060x000x000x000x010x000x7C0x420xC0
I tried with commas, but it say I cannot translate to hex.
I have to send direct modbus commands and just cannot use it.
Hi
when you use websocket of USR-N510 Serial to Ethernet Converter,but cannot send hex data.
Please do delete the space in the middle of the data.
try send 6110232900030600000001007C42C0