Page 21 of 33
A printing utility supplied with the SP-5000 Driver Disk (PT2.EXE) is used to send the data (24,576 Bytes) to the
printer. The format is shown below:
Basic and Utility Program Description
10 WIDTH LPRINT 255
20 LPRINT CHR$(27)+”p”;CHR$(0);CHR$(2);CHR$(32);CHR$(7);
30 SYSTEM
Prepares printer to accept file (24,576 Bytes) into two banks starting with the first bank (0)
PT2 *.PRN 1 (1 is the number of times the data is sent) Printing utility supplied with the SP-5000 driver diskette
to down load data to the printer
10 LPRINT CHR$(27)+”q”+CHR$(0);
20 SYSTEM
Prints file (24,576 Bytes) starting with the first bank
(0 defaults to print all banks)
5.6 Horizontal Graphics Mode
Horizontal Graphics Mode is used primarily when printing from Microsoft Windows® with the 0ptional Microsoft
Windows® Driver Diskette from Telpar Corporation. The following 67 byte hexadecimal programming example
emulates
three graphic lines, one dot high (vertically), one inch long each, printed across an 8 1/2 X 11 inch page.
The first line starts 1 inch from the left margin and each line is separated by one inch of space in-between.