www.digitalmars.com         C & C++   DMDScript  

c++.dos - Serial Library + Dos Socket library

reply Ploumen Loïc <Ploumen_member pathlink.com> writes:
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
next sibling parent "Walter" <walter digitalmars.com> writes:
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
a lib
 ? if so can I get a copy ?
 I'm also looking for a lightweight dos socket library ...

 Thank you.
Apr 06 2003
prev sibling next sibling parent "KarL" <someone somewhere.org> writes:
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
prev sibling parent Mark Beddow <Mark_member pathlink.com> writes:
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