User's Guide
Rev. 1
HEXAPAD 10 BC USB
8.5.4.16 separator - Result string separation character
Command
separator value
Function
Check (no value) or change the separation character of the fields of the reading result of
a tag.
Description
It is a character that classifts the fields in the string from the tag read result.
Pattern
' ' (space)
Values
space
To have a space as a separator.
Char
Any readable character in the Ascii table.
Notes
For space, you must write space as a value for the command.
Example
To check the separator:
separator<CR>
space<CR>
To change the tab to '|':
separator |<CR>
ok - parameter has been changed.<CR>
Errors
When the value reported is not among the specified:
error - value out of range<CR>
When more than one value is passed to the command:
error - too many args.<CR>
NOTE:
The picking character in conjunction with the end of the line should be used to split the
result string by the Software that will receive this string.