Helvitica condensed 9 pt italic
C o d e
3 9
Downloading One Bit Per Byte Graphics
To download a one bit per byte user-defined image to the 4100, you must use
the correct protocol characters and define the bitmap as a user-defined image.
Fr Goth
The 4100 must also be operating in 86XX Emulation mode.
The following example is the same bitmap shown on the previous page, but it
now includes the commands needed to download it to the printer, and the ones
and zeros are now listed one vertical column at a time.
In this example, the graphic is given the number G3, the name "diam," the
dimensions 15 by 15, and each column is assigned a number, u0 through u14.
<STX><ESC>c<ETX>
<STX><ESC>P;<ETX>
<STX>G3,diam;x15;y15;<ETX>
<STX>u0,000000010000000;<ETX>
<STX>u1,000000101000000;<ETX>
<STX>u2,000001000100000;<ETX>
<STX>u3,000010000010000;<ETX>
<STX>u4,000100000001000;<ETX>
<STX>u5,001000000000100;<ETX>
<STX>u6,010000000000010;<ETX>
<STX>u7,111111111111111;<ETX>
<STX>u8,011111110000010;<ETX>
<STX>u9,001111110000100;<ETX>
<STX>u10,000111110001000;<ETX>
<STX>u11,000011110010000;<ETX>
<STX>u12,000001110100000;<ETX>
<STX>u13,000000111000000;<ETX>
<STX>u14,000000010000000;<ETX>
<STX>R<ETX>
It is important to remember that the bitmap is defined in terms of columns
rather than rows.
1 8
p t
Designing Labels and Using Commands
6
6-19
Need help?
Do you have a question about the EasyCoder 4100 and is the answer not in the manual?