c++.dos - Serial Library + Dos Socket library
- Ploumen Loïc <Ploumen_member pathlink.com> Apr 06 2003
- "Walter" <walter digitalmars.com> Apr 06 2003
- "KarL" <someone somewhere.org> Apr 09 2003
- Mark Beddow <Mark_member pathlink.com> Sep 24 2004
Hello, I need a C(++) serial port library for use with DM. Did someone write such a lib ? if so can I get a copy ? I'm also looking for a lightweight dos socket library ... Thank you.
Apr 06 2003
There are several books with names like "Serial Programming in C" that are probably exactly what you're looking for. Check amazon.com. "Ploumen Loïc" <Ploumen_member pathlink.com> wrote in message news:b6oopl$2eeq$1 digitaldaemon.com...Hello, I need a C(++) serial port library for use with DM. Did someone write such
? if so can I get a copy ? I'm also looking for a lightweight dos socket library ... Thank you.
Apr 06 2003
Joe Chambell wrote an excellent book on serial communication. It depends on the mode of operations you need, if you don't need real time interrupt event trigger stuff, you can simply use mode comx, speed,b,n,s,p to handle the time out and merely use file i/o on comx: For dos socket, take a look Crynwr packet drivers. "Ploumen Loïc" <Ploumen_member pathlink.com> wrote in message news:b6oopl$2eeq$1 digitaldaemon.com...Hello, I need a C(++) serial port library for use with DM. Did someone write such a lib ? if so can I get a copy ? I'm also looking for a lightweight dos socket library ... Thank you.
Apr 09 2003
In article <b6oopl$2eeq$1 digitaldaemon.com>, Ploumen Loïc says...Hello, I need a C(++) serial port library for use with DM. Did someone write such a lib ? if so can I get a copy ? I'm also looking for a lightweight dos socket library ... Thank you.
I have put an improved version of the Zortech comms library on oxonics.com/downloads. Used with Zortech V3.1 and X32.
Sep 24 2004









"Walter" <walter digitalmars.com> 