User's Guide

Enter Setup
** Exit Setup
195
F3 Send all characters up to a particular character
Syntax=F3ssxx (ss: The particular character’s hex value; xx: The insert character’s hex value)
Includeintheoutputmessageallcharactersfromtheinputmessage,startingwiththecharacteratthecurrentcursorposition and
continuing to, but not including, the particular character “ss,” followed by character “xx.” The cursor is moved forward to
the “ss”character.
F3 Example: Send all characters up to a particular character
Using the barcode above, send all characters up to but not including “D,” followed by a carriage return.
Command string: F3440D
F3 is the “Send all characters up to a particular character” command
44 is the hex value for a“D”
0D is the hex value for aCR
The data is output as: 1234567890ABC
<CR>
B9 Send all characters up to a particular string
Syntax=B9nnnns...s (nnnn: The length of the particular string; s...s: The hex value of each character in the particular string)
Includeintheoutputmessageallcharactersfromtheinputmessage,startingwiththecharacteratthecurrentcursorposition and
continuing to, but not including, the particular string “s...s.” The cursor is moved forward to the beginning of the “s...s”
string.
B9 Example: Send all characters up to a particular string
Using the barcode above, send all characters up to but not including “AB.”