When you transfer hexadecimal data by using HyperTerminal, the data that is transferred to the receiving computer may not be correct. This issue may occur when the following conditions are true:
- You use a computer port (COM port) connection to connect two computers.
- You use HyperTerminal to transfer data to the receiving computer.
- The data that you transfer contains many hexadecimal FF values.
- The data is in a file, or the data is keyboard input.
For example, when you use HyperTerminal to send a text file that contains seven hexadecimal FF values, the following incorrect data is sent:
FF FF 7F FF 7F FF 7F
The following is the data that is supposed to be sent:
FF FF FF FF FF FF FF