206
B0 Search forward for a string
Syntax=B0nnnnS (nnnn: The string length (up to 9999); S: The ASCII hex value of each character in the string)
Search forward for
“S” string from the current cursor position, leaving cursor pointing to “S” string. For example,
B0000454657374 will search forward for the first occurrence of the 4-character string
“Test.”
B0 Example: Send barcode data that starts after a string of characters
Search for the letters
“FGH” in barcodes and send all the data that follows, including “FGH.” Using the barcode above:
Command string:
B00003464748F10D
B0 is the
“Search forward for a string” command
0003 is the string length (3 characters)
46 is the hex value for
“F”
47 is the hex value for
“G”
48 is the hex value for
“H”
F1 is the
“Send all characters” command
0D is the hex value for a CR
The data is output as:
FGHIJ
<CR>
B1 Search backward for a string
Syntax
=
B1nnnnS (nnnn: The string length (up to 9999); S: The ASCII hex value of each character in the string)
Search backward for
“S” string from the current cursor position, leaving cursor pointing to “S” string. For example,
B1000454657374 will search backward for the first occurrence of the 4-character string
“Test.”
Summary of Contents for NLS-HR42
Page 1: ...NLS HR42 2D Handheld Barcode Scanner User Guide...
Page 23: ...9 Dimensions Left View Front View...
Page 24: ...10 Top View...
Page 48: ...34...
Page 65: ...51 KBWCTY27 UK KBWCTY28 Japan...
Page 79: ...65 KBWPOR8 9ms KBWPOR9 10ms...
Page 115: ...101 FEBSDT70 70ms FEBSDT75 75ms...
Page 116: ...102 Transmit Delay per 12 Characters FEBMEN0 Disable FEBMEN1 Enable...
Page 118: ...104 FEBMDT6 800ms FEBMDT7 900ms...
Page 184: ...170 DMCREC1 Enable Rectangular Barcode DMCREC0 Disable Rectangular Barcode...
Page 242: ...228 Appendix Digit Barcodes 0 9 DIGIT0 0 DIGIT1 1 DIGIT2 2 DIGIT3 3 DIGIT4 4 DIGIT5 5...
Page 243: ...229 DIGIT6 6 DIGIT7 7 DIGIT8 8 DIGIT9 9...
Page 244: ...230 A F DIGITA A DIGITB B DIGITC C DIGITD D DIGITE E DIGITF F...
Page 254: ...240 Terminating Character Suffix Enabled CR 0x0D Max 2 characters...