Page 1 of 1
Output Port Addresses
Posted: Sat Mar 01, 2003 3:03 pm
by Guest
Using DOS.V.6 & WFW.3.11 QB.4.5...Progs running under DOS access the serial ports ok but when same prog. is run under WFW there's no output...How do I prog around this plse? >:(
Re: Output Port Addresses
Posted: Tue Mar 11, 2003 6:22 am
by Baz
Hi.
Its been sometime since i played with QB under WFW but you could try this.
Assuming that you have 2 comm ports (mouse in 1st)
and whatever your trying to talk to on the 2nd.
From WFW control panel try giving the port assignment a false address.
1st port is probably 03f8 int 4
2nd port is probably 03e8 int 3
changing the 2nd to say 02e8 int 7 (provided nothing else lives there, maybe printer interupt)
This should fool WFW enough to allow a DOS prog to work.
As i say, its been a while since i experimented with it but it should hackle. Let us know how it goes..
Re: Output Port Addresses
Posted: Sat Mar 22, 2003 12:22 pm
by Guest
:-/ I tried every combination but none was successful - back to the drawing (programming) board. Many thanks
for your help.