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.
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.
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.