- 55 - © 2020 unitech Electronics Co., Ltd. All rights reserved.unitech is a registered trademark of unitech Electronics Co., Ltd.MS852B Plus User’s Manual■ Insert a stringBASend “ss” string of “nn” length in the output message, leaving the cursor inthe current position. Syntax = BAnnnns...s where nnnn stands for thelength of the string, and s...s stands for the string. The string is made up ofhex values for the characters in the string. Refer to the ASCII ConversionChart (Code Page 1252), beginning on page A-3 for decimal, hex andcharacter codes.B9 and BA Example: Look for the string “AB” and insert 2 asterisks (**)Using the bar code above, send all characters up to but not including “AB.”Insert 2 asterisks at that point, and send the rest of the data with a carriagereturn after.Command string: B900024142BA00022A2AF10DB9 is the “Send all characters up to a string” command0002 is the length of the string (2 characters)41 is the hex value for A42 is the hex value for BBA is the “Insert a string” command0002 is the length of the string to be added (2 characters)2A is the hex value for an asterisk (*)2A is the hex value for an asterisk (*)F1 is the “Send all characters” command0D is the hex value for a CRThe data is output as:1234567890**ABCDEFGHIJ