X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: Is there any RS232 lib? Date: Thu, 25 Mar 2004 17:54:50 +1100 Organization: HOME Message-ID: References: X-Newsreader: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 13 NNTP-Posting-Host: 202.154.115.197 X-Trace: 1080197239 news.syd.swiftdsl.com.au 27648 202.154.115.197 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >Could someone please point me at a good C++ class (or lib) that implements >RS-232 data exchange protocol? There are a number of comms libraries in the V2TK directory. I use PMCOM library, but in the past have used a number of others. Overall before selecting one check that they have the facilities you want. For example if you need wakeup mode or ability to be interrupted whan a status bit changes or some are in C and some are in assembly. Regards, Andrew