Xref: utzoo comp.sys.ibm.pc:41619 alt.msdos.programmer:1002 Path: utzoo!mnetor!geac!gord From: gord@geac.com (Gord Armstrong) Newsgroups: comp.sys.ibm.pc,alt.msdos.programmer Subject: Printer redirection problem... Message-ID: <1990Jan9.154116.5930@geac.com> Date: 9 Jan 90 15:41:16 GMT Reply-To: gord@geac.com (Gord Armstrong) Distribution: na Organization: Geac Computer Corporation Lines: 20 Has anyone seen this problem with dos3.3?: I have a prog that checks the printer status using bios call 0x17 (ah=2), I check the return value for both 'busy', and 'select' (0x90). This works fine for dos3.2 and 3.3 when I use the parallel port. The problem is when I redirect, using the mode command: mode com1:9600,N,8,1,P first init the port mode lpt1:=com1: redirect to com With dos3.2 the serial printer works fine, but with dos3.3...it fails. I've narrowed the problem to the 'busy' bit. Now here's the fun part, if I do a Shift-PrtSc BEFORE I run my prog. it works okay. Any ideas? or is this just a bug with my machine...a Wyse 2112, Wyse msdos3.2, and 3.3. All help appreciated. ...gord (gord@geac)