[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grappler+



Jim wrote:
> 
> And it *mostly* works.  It doesn't like teachtext much - the better text
> mode is nearly unreadable from scrambling, and the better color mode is
> 
> When I use it with Orca C (the reason I bought it, really) it works, but
> it double spaces everything and gets somewhat confused over certain characters.
>
> Suggestions?

The double spacing is caused by the fact that somewhere between Orca and
the printer, some routine is sending an extra LF after a CR.
If you can find out which routine it is and turn the feature off, you
may even solve the scrambling problem as well! Because if the computer
is sending some extra bytes in graphics mode (every byte with value 13
is followed by an extra byte with value 10) this confuses the printer
into printing something else from what the computer thinks it is
printing.

Pim Blokland