Programming Guide - HR2150-HP HP Value Barcode Scanner
Enter Setup 
195  ** Exit Setup 
E9 and F4 Example: Send all but the last characters, followed by 2 tabs 
Send all characters except for the last 8 from the barcode above, followed by 2 tabs. 
Command string: E908F40902 
E9 is the “Send all but the last characters” command 
08 is the number of characters at the end to ignore 
F4 is the “Insert a character multiple times” command 
09 is the hex value for a horizontal tab 
02 is the number of time the tab character is sent 
The data is output as: 1234567890AB<tab><tab> 
B3 Insert symbology name 
Insert the name of the barcode’s symbology in the output message, without moving the cursor. 
B4 Insert barcode length 
Insert the barcode’s length in the output message, without moving the cursor. The length is expressed as a numeric string 
and does not include leading zeros. 










