SATO /gt Series Programmer's Reference Manual page 170

E+ programming reference
Hide thumbs Also See for /gt Series:
Table of Contents

Advertisement

Unit 7: Appendix
4. To store the custom designed character in memory using a hexadecimal data stream:
<ESC>A
<ESC>T1H3F0100038007C00FE01FF03FF87FFCFFFE07C007C007C007C007C007C007C007C0<ESC>Z
5. To recall a custom character from memory, send the following code to the printer. Note the
character size was expanded using the <ESC>L command. Other data can also be printed.
<ESC>A
<ESC>L0505<ESC>H0150<ESC>V100<ESC>K1H903F
<ESC>L0505<ESC>H0600<ESC>V100<ESC>K1H903F
<ESC>L0303<ESC>H0125<ESC>V0250<ESC>MTHIS SIDE UP !
<ESC>Q1
<ESC>Z
6. To store the custom designed character in memory using a binary data stream:
<ESC>A
<ESC>T1B3F 01
C0
07
C0
07
H
H
H
<ESC>Z
NOTE: The data stream is only half as long as the hexadecimal format
because sending the binary equivalent of "11111111" (represented above in
its hexidecimal value of FF
takes two eight bit words to transmit the hexadecimal equivalent "F" and "F".
To send binary characters using BASIC, the expression ìCHR (&HFF) will
send the binary equivalent of FF (i.e., 11111111).
7. To recall the custom character from memory, send the following code to the printer:
SATO E+ Programming Reference
ROW
BIT MAP
1
0000
0001
2
0000
0011
3
0000
0111
4
0000
1111
5
0001
1111
6
0011
1111
7
0111
1111
8
1111
1111
9
0000
0111
10
0000
0111
11
0000
0111
12
0000
0111
13
0000
0111
14
0000
0111
15
0000
0111
16
0000
0111
00
03
80
07
C0
0F
E0
H
H
H
H
H
H
H
C0
07
C0
07
C0
07
C0
H
H
H
H
H
H
H
H
), for example, using one eight bit word while it
H
PN 9001149A
HEX
0000
0000
01
1000
0000
03
1100
0000
07
1110
0000
0F
1111
0000
1F
1111
1000
3F
1111
1100
7F
1111
1110
FF
1100
0000
07
1100
0000
07
1100
0000
07
1100
0000
07
1100
0000
07
1100
0000
07
1100
0000
07
1100
0000
07
1F
F0
3F
F8
7F
FC
FF
H
H
H
H
H
H
H
H
07
C0
H
H
00
80
C0
E0
F0
F8
FC
FE
C0
C0
C0
C0
C0
C0
C0
C0
FE
07
C0
07
H
H
H
H
Page 7-3

Advertisement

Table of Contents
loading

Table of Contents