I am trying to open Com 2 and I get error 68, Device Unavailable. I have 2 DOS com programs and HyperTerminal that all access the port properly (ie receive data). There is a Winmodem on Com 1 and no other serial ports. Comm 2 is at the usual place (2F8, Int 3). I tried running in straight DOS mode to no avail. I have placed the offending code below. Any ideas? Thanks...
comport$="COM2:9600,N,8,1,RS,CS0,DS0,ME"
open comport$ as #2
comport$="COM2:9600,N,8,1,RS,CS0,DS0,ME"
open comport$ as #2
Comment