Date: Fri, 22 Dec 2000 17:38:43 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "syco" Message-Id: <5137-Fri22Dec2000173842+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <91vcmd$3ap$1@pollux.ip-plus.net> (sycoweb@chez.com) Subject: Re: Async COM managing References: <91vcmd$3ap$1 AT pollux DOT ip-plus DOT net> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "syco" > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 22 Dec 2000 12:13:45 +0100 > > I tried to drive async communication with bioscom(). > I can config, send & receive datas whith all the stuff requiered by > bioscom(), but : > - when I use HyperTerminal, or another program needing COM, here is an error > saying COM is not Free. > > How can I CLOSE ( and so release ) the com port used with bioscom() ? Is that on Windows? If so, I'm afraid you'll need to exit the program. You could try initializing the port, but I'm not sure it will do what you want. Perhaps there's some Windows-wide setting that can make the COM port use be non-exclusive, but I don't know what that is.