|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.dos - Serial Library + Dos Socket library
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 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. Sep 24 2004
|