DMHT Command

Top  Previous  Next

This command is used to indicate whether or not to process the tilde character for DataMatrix barcode.

Command

Description

DMHT=0

Don't process the tilde character

DMHT=1

Process the tilde character

 

If "DMHT=1" is invoked, non-printable characters can be encoded with DataMatrix barcode by using the tilde character, "~dNNN" represents the ASCII character encoded by the 3 digits NNN, for example, "~d010" represents the character LF (line feed).

 

Remarks:

An example of control character sequence to print DataMatrix barcodes:

       bC=DM, B=50, H=50, R=0, DMFM=4, DMHT=1, DMMD=0, D=

 

 

See Also:

       Edit A Print Control