Download Programmer`s Reference Manual
Transcript
Graphic Printing 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 dot-grphics in 16 or 24-dot columns, depending on the following parameters: 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 m is ASSC* Horizontal Density (dpi) Vertical Density (dpi) Dots Per Column Bytes Per 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 47