Binary mode allows all data received by the host port to be passed through to the selected peripheral port including the control character. Binary mode is useful when sending binary data (i.e., data in a format other than ASCII) to the selected peripheral port and it is possible that the bit pattern for the control character may be part of the data stream. Binary mode is also useful if you wish to pass the control character through to the selected peripheral device.
To access binary mode, the host device sends the control character (factory default is
NOTE: You may access binary mode regardless of the mode of operation you operating in.
The
20