Intermec 5055 Reference Guide

Page of 216
Configuration Command Reference
7-29
7
Start of Message (SOM) (continued)
Or:
To set SOM to an ASCII character:
1. Scan this bar code:
Enter Accumulate Mode / Set SOM
*+/$+PE*
*+/$+PE*
2. Scan a bar code for data from the “Full ASCII Table” in Appendix C.
3. Scan this bar code:
Exit Accumulate Mode
*-/*
*-/*
PSK
 Example:
im_command (“$+PE\x02”,5);
will set SOM to STX.
Stop Bits
Purpose:
Sets the number of stop bits on the serial port.
Syntax:
ICdata
Acceptable values for data are:
1
1 stop bit
2
2 stop bits
Default:
1 stop bit
Scan:
One of these bar codes:
1 Stop Bit
2 Stop Bits
*$+IC1*
*$+IC2*
*$+IC1*
*$+IC2*
PSK
 Example:
im_command (“$+IC2”,5);
will set serial port to 2 stop bits.