Hi every one. I have one device with RS232 remote control. as user manual "
To control the receiver remotely, connect a straight through serial cable between the Serial Port (see Figure B--1) on the rear of the receiver and the RS232 port (COM port) of a PC or other terminal. The communications protocol is:38400-baud, no parity, 8 data bits, 1 stop bit (38400,N, 8, 1)" I had set as above and connected my PC with device using Hyper terminal , reset device and I can see the noticed on Hyper window as on LCD's device.
Now as manual I have to set serial command "All of the serial commands begin with an ASCII 2 character <STX> and end with an ASCII 3 character <ETX>. The command itself is a three-character string (in UPPER CASE)." and "Command String Format,Command with data <STX><CMD><(><DATA><)><XSM><ETX>; Command without data <STX><CMD><!><XSM><ETX>" where CMD is command with list of commands type in manual.But when I typed these command on Hyper, nothing display on window and I wonder that I typed text not ASCII so cannot send command to device.
I don't have experience in this problem. Does anyone can help me to solve this issue ? Thank in advance.