![Unitech MS852B Plus User Manual Download Page 82](http://html.mh-extra.com/html/unitech/ms852b-plus/ms852b-plus_user-manual_844288082.webp)
- 66 -
© 2020 unitech Electronics Co., Ltd. All rights reserved.
unitech is a registered trademark of unitech Electronics Co., Ltd.
MS852B Plus User’s Manual
■
Check for a number
EC Check to make sure there is an ASCII number at the current cursor position.
The format is aborted if the character is not numeric.
EC Example: Only output the data if the bar code begins with a
number
If you want only data from bar codes that begin with a number, you can use
EC to check for the number.
Command string: ECF10D
EC is the “Check for a number” command
F1 is the “Send all characters” command
0D is the hex value for a CR
If this bar code is read
, the next data format, if there is one, will be
used on the data. If there is no other format, the format fails and the raw data is
output as AB1234. If this bar code is read:
the data is output as:
1234AB
<CR>