Hi,
I have a RS232 sensor, I must send a 11 11 72 65 61 6C 2C 0D 00 (Hex) to sensor, because I couldn't type "Device Control 1 (oft. XON)" and "carriage return (CR)" in ASCII, 11 in Hex is "Device Control 1(oft. XON)",0D is "carriage return (CR)", 72 65 61 6C 2C 0D is real.
Because this, I can only send it with hex as the above. I have test it use my computer's RS232 port, and it works. So, I want to send 11 11 72 65 61 6C 2C 0D 00 using DT80. What should I do to achieve that?
Hi,
I have a RS232 sensor, I must send a 11 11 72 65 61 6C 2C 0D 00 (Hex) to sensor, because I couldn't type "Device Control 1 (oft. XON)" and "carriage return (CR)" in ASCII, 11 in Hex is "Device Control 1(oft. XON)",0D is "carriage return (CR)", 72 65 61 6C 2C 0D is real.
Because this, I can only send it with hex as the above. I have test it use my computer's RS232 port, and it works. So, I want to send 11 11 72 65 61 6C 2C 0D 00 using DT80. What should I do to achieve that?