1. two questions

Is it possible to display letters on the screen in larger text
than normal?


        How do you determine if the printer is on-line or not?

new topic     » topic index » view message » categorize

2. Re: two questions

Michael wrote:
>         Is it possible to display letters on the screen in larger text
> than normal?

Check out Jiri Babors excellent font package, you can find on the Official
Euphoria Page:

        http://members.aol.com/FilesEu/index.html

or you can contact me personally and I can mail it to you.

Einar Mogen

new topic     » goto parent     » topic index » view message » categorize

3. Re: two questions

Michael J Doscher wrote:
>
>         How do you determine if the printer is on-line or not?

You can call interrupt 17 (hex) to check printer ready.
I can't code this in Euphoria, as my pc is dead at the moment,
but here are the details:

load AH with $01        -- code to reset printer
load  DL with $00        -- 0 = LPT1
call interrupt $17      -- printer interrupt
load AH with $02        -- code for get printer status
load DL with $00         -- LPT1 again
call interrupt $17
status returned in AH

No guarantees, but this has worked with most pc's I have tried over the
past 5-6 years.

Irv

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu