
66
Programming
Command Reference
01/06/2009 TTPM3 Installation and Programming Manual P1003642-001
Loads and stores an SWF-font into the flash prom of the TTPM3. A character set loaded gets
the next free character set number. So character sets must be loaded in the order that you want
them.
A utility program for loading character sets is available on the Zebra web site (the
TTP Editor). If you want to make remote upgrading of fonts possible though your ticketing
system you should implement the !H C command.
After burning the new character set into the Flash PROM, the printer will make a reset.
You cannot delete a single font from the printer but must delete all fonts and then load the
fonts you want again.
The Zebra TTP Editor can be used to erase fonts. If you want to make remote deleting of fonts
possible though your ticketing system you should implement the !H C E command.
After erasing the character sets, the printer will make a reset.
!H C
Load character set (font)
21 48 20 43 Hex
33 72 32 67 decimal
Example 1 • Prepares the printer for incoming data.
!C<CR><LF>
Example 2 • Tells the printer that the binary to come is a character set file.
!H C<CR><LF>
Example 3 • Here you should have a delay of 100 ms before sending the font file to the
printer port.
Delay 100 ms
Example 4 • SWF font file with the font you intend to load.
Binary file
!H C E
Erase all character sets (fonts)
21 48 20 43 Hex
33 72 32 67 decimal
Example • Prepares the printer for incoming data.
!C<CR><LF>
Example • Erases all character set from the printer.
!H C E<CR><LF>
Kommentare zu diesen Handbüchern