
Chapter 3 Configuring The KSSM Emulation With Control Codes
Form Feed
ASCII Code | FF |
Hex Code | 0C |
Dec Code | 12 |
Purpose | Advances the vertical print position on continuous paper to the |
| |
| Moves the horizontal print position to the |
Comment | The FF command cancels |
| selected with the SO, ESC SO, or FS SO commands. |
Graphic Printing
ASCII Code | ASSC | 0 | * | m | nL | nH d1...dk | |
Hex Code | ASSC | 30 | 2A | m | nL | nH | d1...dk |
Dec Code | ASSC | 48 | 42 | m | nN | nH | d1...dk |
Purpose Prints
Where:
m specifies the dot density
nL, nH specifies the total number of columns or graphics data that follow (number of dot columns) = ((nHx256) + nL)
d1...dk specifies bytes of graphics data; k is determined by multiplying the total number of columns times the number of bytes required for each column.
Parameter | Horizontal | Vertical | Dots Per | Bytes Per |
m is ASSC* | Density (dpi) | Density (dpi) | Column | Column |
|
|
|
|
|
|
|
|
|
|
0 | 180 | 180 | 24 | 3 |
|
|
|
|
|
1 | 90 | 180 | 24 | 3 |
|
|
|
|
|
2 | 120 | 120 | 16 | 2 |
|
|
|
|
|
3 | 90 | 144 | 24 | 3 |
|
|
|
|
|
4 | 90 | 120 | 16 | 2 |
|
|
|
|
|
5 | 90 | 90 | 16 | 2 |
|
|
|
|
|
44