This command is used to indicate whether the character hex representation is enabled or not, if enabled, a sub-string with the leading characters "0x" followed by 2 hexadecimal digits will be converted to a single corresponding character.
Command |
Description |
X=0 |
No conversion |
X=1 |
Conversion is enabled |
For example, if "X=1" is invoked, the string "123450x0A67890" will be converted to the string "12345" plus Chr(10) plus "67890", the string "0x300x78" will be converted to the string "0x".
Remarks:
You can use this command to allow the barcode to encode the non-printable characters (e.g. line feed and carriage return).
An example of control character sequence:
bC=128, R=0, B=65, H=20, X=0, P=0, BT=0, A=0, FS=15, D=
See Also: