anyone know basic?

Roger Heflin rah at horizon.hit.net
Thu May 21 13:07:52 GMT 1998


> 
> I wrote a basic program a few years back to take two calmap files and 
> compare them for differances in the fuel maps, it gives numerical and 
> percent differance.  It works ok but I never did get it to output to 
> a printer nicely.  Back when I wrote it all I had was a wide carrage 
> daisy wheel printer, now the printout will not fit on my Deskjet.
> 
> If someone can fix it I'll e-mail to ya, just keep my name on it with 
> yours.

Randy,

print the following codes before you start printing you stuff:

27,38,107,50,83  

These are ascii values that will stick the printer into compressed
16 cpi mode (Assuming that is an HP deskjet).

You will probably have to do something like 

print chr$(27);chr$(38)....

And these codes are documented in one of the extra printer books, and
probably on hp's web site.

				Roger



More information about the Diy_efi mailing list