User's Guide
Enter Setup
** Exit Setup
202
E6 Search forward for a non-matchingcharacter
Syntax=E6xx (xx: The search character’s hexvalue)
Searchtheinputmessageforwardforthefirstnon-“xx”characterfromthecurrentcursorposition,leavingthecursorpointing to the
non-“xx”character.
E6 Example: Remove zeros at the beginning of barcode data
Thisexampleshowsabarcodethathasbeenzerofilled.Youmaywanttoignorethezerosandsendallthedatathatfollows.
E6searchesforwardforthefirstcharacterthatisnotzero,thensendsallthedataafter,followedbyacarriagereturn.Using the
barcodeabove:
Command string: E630F10D
E6 is the “Search forward for a non-matching character” command
30 is the hex value for 0
F1 is the “Send all characters” command
0D is the hex value for aCR
The data is output as:37692
<CR>
E7 Search backward for a non-matching character
Syntax=E7xx(xx: The search character’s hex value)
Search the input message backward for the first non-“xx” character from the current cursor position, leaving the cursor
pointing to the non-“xx” character.










