Thread overview
Serial Library + Dos Socket library
Apr 06, 2003
Ploumen Loïc
Apr 06, 2003
Walter
Apr 10, 2003
KarL
Sep 24, 2004
Mark Beddow
April 06, 2003
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.


April 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
a lib
> ? if so can I get a copy ?
> I'm also looking for a lightweight dos socket library ...
>
> Thank you.
>
>


April 10, 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.
>
>


September 24, 2004
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.