User's Guide
Enter Setup
** Exit Setup
196
Command string: B900024142
B9 is the “Send all characters up to a particular string”command
0002 is the length of the particular string (2 characters)
41 is the hex value for a “A” (character in the string)
42 is the hex value for a “B” (character in the string)
The data is output as: 1234567890
E9 Send all but the last characters
Syntax=E9nn (nn: The numeric value (00-99) for the number of characters that will not be sent at the end of the message)
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.
F4 Insert a character multiple times
Syntax=F4xxnn (xx: The insert character’s hex value; nn: The numeric value (00-99) for the number of times it should be
sent)
Send “xx” character “nn” times in the output message, leaving the cursor in the current position.










