BBS: Inland Empire Archive Date: 04-11-92 (14:39) Number: 18 From: BILL WHITE Refer#: NONE To: RICHARD VANNOY Recvd: NO Subj: Printers Conf: (2) Quik_Bas
RV>FR> LPRINT "TEST"; CHR$(27); "J"; CHR$(5); "TEST" RV>FR> ^^^^^^^^^^^^^^^^^^^^^^ RV>FR> The CHR$(5) can be any value between CHR$(1) and CHR$(255) and is the RV>FR>number of 216ths of an inch that will be vertically fed. RV>Also works fine on a Panasonic KX-P1091i. >>>AND DID YOU KNOW<<< SUB BackFeed E$ = CHR$(27) PRINT "Hit "; COLOR 31, 1: PRINT "0 "; COLOR 7, 1: PRINT "to skip back-feed of first card.": PRINT IF INPUT$(1) = "0" THEN EXIT SUB LPRINT E$; "O"; E$; "j"; CHR$(50); E$; "@"; END SUB This undocumented backfeed works on the Epson LQ- 850, at least. Epson said it's undocumented because it is erratic. I had to play with it a lot to get it to work, the ESC "O" being required to keep it from backfeeding and then immediately feeding forward again! I find it handy to align the first postcard, file card or address label properly in the printer. The Bill White in Miami, FL * SLMR 2.1a * Go ahead, back up to the RAM disk. I dare you! --- VP [DOS] V4.09e * Origin: Miami Amateur Computer Club BBS HST/V32b/V42b (1:135/110)
Books at Amazon:
Back to BASIC: The History, Corruption, and Future of the Language
Hackers: Heroes of the Computer Revolution (including Tiny BASIC)
Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution
The Advent of the Algorithm: The Idea that Rules the World
Moths in the Machine: The Power and Perils of Programming
Mastering Visual Basic .NET