From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: Serial Problems, can you help ?? Date: Thu, 18 Sep 1997 21:04:52 +0200 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 31 Message-ID: <342b3c27.19800078@news.uni-duisburg.de> References: NNTP-Posting-Host: ppp56.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On 18 Sep 97 08:56:00 GMT, jll AT olivia DOT nst DOT dk (Jorgen Lehmann) wrote: > I need to do a little serial communication, using djgpp v201, > so i got the "bcsio20" package from a ftp-site and did a make.. I'm not sure if I have the same version of that library, but it works on my machine. Did you change the line sio_init(0x3f8,4); to match your settings (e.g. sio_init(0x2f8,3); for COM2)? > > ... > ... program=C:\SERIAL\TEST\STL\TERM.EXE > ... > The "stuff" is the traceback that tells you where the error occured. See section 9.2 of the FAQ. You may also want to get Rhide, a nice IDE with a nice debugger. You can find it on http://www.tu-chemnitz.de/~rho . > Should I use another library, and which one ?? I'm using SVAsync (svas011b.zip). It's working good on plain DOS and under Windows(95). Regards... Michael