From: acottrel AT magna DOT com DOT au (Andrew Cottrell) Newsgroups: comp.os.msdos.djgpp Subject: Re: Serial port access problem Date: Wed, 18 Feb 1998 10:51:47 GMT Organization: Magna Data - Internet Solutions Provider Lines: 31 Message-ID: <34eebd2e.22635036@news.magna.com.au> References: <34E9C315 DOT 33BC AT bright DOT net> NNTP-Posting-Host: saccess-03-071.magna.com.au 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 Rather than writing your own serial comms code you should check out the three serial comms packages and choose the best one for your application. The three applications are: 1) BCSERIO, Filename: BCSIO20.ZIP in the V2TK directory. Last I seen this still has an obscure bug. (I can't remember if this has been fixed.) 2) DZCOMM, Filename: DZCOMM04.ZIP in the V2TK directory. Also needs allegro. This is my choice as it allows timers, graphics, sound etc..... I have used V2 for a datascope program. 3) SVASYNC, Filename: SVAS011B.ZIP in the V2TK directory. This is very good for a simple project. The other advantage of using an off the shelf packages is that they are easy to use and they work!!!!! Regards, Andrew On Tue, 17 Feb 1998 12:04:21 -0500, "Spec-Temp, Inc." wrote: >I am trying to interface a digital gram balance to a PC via RS232. The >PC is a Quantex pentium 166 running Win95. The balance sends a 17 byte >data stream whenever the appropriate key is pressed. I know that the >communication works because I can transfer the information through >ProComm Plus directly reading the serial port. This tells me that the >hardware is ok and the communication settings are correct. > >Thanks >Brian Miller >Spec-Temp, Inc.