-65- © 2020 unitech Electronics Co., Ltd. All rights reserved.
unitech is a registered trademark of unitech Electronics Co., Ltd.
MS852B Plus User’s Manual
■ Stop replacing characters
E5 Terminates character replacement. Syntax = E5.
■ Compare characters
FE Compare the character in the current cursor position to the character “xx.” If
characters are equal, move the cursor forward one position. Syntax = FExx
where xx stands for the comparison character’s hex value for its ASCII
code. Refer to the ASCII Conversion Chart (Code Page 1252) for decimal,
hex and character codes.
■ Compare characters
B2 Compare the string in the input message to the string “s.” If the strings are
equal, move the cursor forward past the end of the string. Syntax =
B2nnnnS where nnnn is the string length (up to 9999), and S consists of
the ASCII hex value of each character in the match string. For example,
B2000454657374 will compare the string at the current cursor position with
the 4 character string “Test.” Refer to the ASCII Conversion Chart (Code
Page 1252) for decimal, hex and character codes.