EPL Commands
b
74
14245L-003 Rev. A EPL Programming Guide 12/16/13
Using AIM Specified MaxiCode Data Formatting
The EPL printer can use and automatically decode the AIM ITS (International Technical
Standards) MaxiCode data format. The printer detects the message/start header ([)>RS), field
separator (GS), and the end of message marker (RS EOT) data control strings.
The hexadecimal (ASCII) data control strings are in the following table. See the EPL2 dump
mode character map in Appendix A.
Syntax bp1,p2,M,p4 “[AIM MaxiCode Data]”
Example •
N
b20,20,M,"300,840,93065,1692,This is MaxiCode, but not
MaxiCode formatted data"
P1
will produce
Control String Hexadecimal Code
Message/Start Header
[ ) > RS 5B 29 3E 1E
Field Separator
GS 1D
End Of Message Marker
RS EOT 1E 04