Intermec 5055 Reference Guide

Page of 216
5055 Programmer’s Software Kit Reference Manual
7-18
Data Bits
Purpose:
Sets the number of data bits the 5055 uses when communicating with another device
(i.e., host computer) through the serial port.
Syntax:
IIdata
Acceptable values for data are:
7
7 data bits
8
8 data bits
Default:
7 data bits
Scan:
One of these bar codes:
7 Data Bits
8 Data Bits
*$+II7*
*$+II8*
*$+II7*
*$+II8*
PSK
 Example:
im_command (“$+II8”,5);
will set the serial port to send and receive 8 data bits.