Thread: Looking for communication lib

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Oct 2003
    Posts
    106

    Looking for communication lib

    Hello, I developed with C a simple communication program between my Palm and a PC application running as server. I use simple AT commands to call the PC's modem and to establish a communication channel. Then I use a protocol I invented to login and exchange data with the server.

    Basically, this protocol is layered in subprotocols: a protocol to format packets of data with error check data ( a simple checksum ) is the lower protocol, while higher protocols exchange files and implement server autentication.

    My question is: can I do the same thing ( point to point communication using modems ) by using an existent communication library? Does such a library exist? Can anyone give me a hint on a simple and robust communication library to use to implement a server waiting for a client call?

    Thank you all for the help,
    BrownB
    Last edited by BrownB; 04-26-2005 at 09:52 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. using VC6 link VC7 static lib error
    By George2 in forum C++ Programming
    Replies: 5
    Last Post: 06-29-2006, 10:58 PM
  2. Including lib in a lib
    By bibiteinfo in forum C++ Programming
    Replies: 0
    Last Post: 02-07-2006, 02:28 PM
  3. Convert Microsoft LIB to MingW compatible lib
    By tigs in forum Windows Programming
    Replies: 0
    Last Post: 07-20-2004, 06:53 PM
  4. Making a LIB file from a DEF file for a DLL
    By JMPACS in forum C++ Programming
    Replies: 0
    Last Post: 08-02-2003, 08:19 PM
  5. help me using lib from Visual C++ 6
    By oskilian in forum Windows Programming
    Replies: 3
    Last Post: 10-11-2001, 11:28 AM