ASCII code, and xx stands for the insert character’s hex value for its ASCII code.
Refer to the ASCII Conversion Chart (Code Page 1252) on page
Send all but the last characters
E9 Include in the output message all but the last “nn” characters, starting from the current cursor position. The cursor is moved forward to one position past the last input message character included. Syntax = E9nn where nn stands for the numeric value
Insert a character multiple times
F4 Send “xx” character “nn” times in the output message, leaving the cursor in the current position. Syntax = F4xxnn where xx stands for the insert character’s hex value for its ASCII code, and nn is the numeric value
Refer to the ASCII Conversion Chart (Code Page 1252) on page
Insert symbology name
B3 Insert the name of the bar code’s symbology in the output message, without moving the cursor. Only symbologies with a Honeywell ID are included (see Symbology Chart on page
Refer to the ASCII Conversion Chart (Code Page 1252) on page
Insert bar code length
B4 Insert the bar code’s length in the output message, without moving the cursor. The length is expressed as a numeric string and does not include leading zeroes.
Move Commands
Move the cursor forward a number of characters
F5 Move the cursor ahead “nn” characters from current cursor position. Syntax = F5nn where nn is the numeric value
Move the cursor backward a number of characters
F6 Move the cursor back “nn” characters from current cursor position. Syntax = F6nn where nn is the numeric value
Move the cursor to the beginning
F7 Move the cursor to the first character in the input message. Syntax = F7.
6 - 5