PreviousNext

Separator Character (UPC / EAN)

Note: If Separator Character has been changed to any other character and you wish to redefine the separator as a comma, you will need to use ESP.

Usage:
As required by the application.
Definition:
Allows the user to change the separator character from a comma to a new character.
Serial Cmd:
<K473,UPC status,EAN status,supplementals status,separator status, separator character,supplemental type,format UPC-E as UPC-A>
Default:
, (comma)
Options:
Any ASCII character.
   

Important: The ASCII characters <, >, and , can only be entered as hex pairs:

For <: <K473h,,,,,3C>

For >: <K473h,,,,,3E>

For , : <K473h,,,,,2C>

See ASCII Character Entry Modifier for a detailed explanation of how to enter ASCII characters as hex values.

Note: Whenever Separator Character is defined as a comma (,) sending a <K473,s?> command will return the current settings, including the separator character comma which appears after the separator status comma.


PreviousNext