Looking for a comm prog

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ky Nguyen

    Looking for a comm prog

    Hi all,

    I would like to obtain a piece of codes (a full version or just an
    example) dealing with asynchronous communication via COM: serial port. I
    dont mind whether it is window-based or console-based.

    If someone knows a good source that documents how to establish, send,
    and receive via serial port, please direct me there.

    Thanks in advance.

  • Peter van Merkerk

    #2
    Re: Looking for a comm prog

    "Ky Nguyen" <knguyen@ab.blu ecross.ca> wrote in message
    news:3F1804FC.6 060600@ab.bluec ross.ca...[color=blue]
    > Hi all,
    >
    > I would like to obtain a piece of codes (a full version or just an
    > example) dealing with asynchronous communication via COM: serial port.[/color]
    I[color=blue]
    > dont mind whether it is window-based or console-based.
    >
    > If someone knows a good source that documents how to establish, send,
    > and receive via serial port, please direct me there.[/color]

    You are more likely to find such codes if you post your question to a
    newsgroup dedicated to the OS and/or development tool you are using.
    Standard C++ does not provide means to deal with COM ports, you will
    need platform specific functions for that. More appropriate newsgroups
    can be found here:


    --
    Peter van Merkerk
    peter.van.merke rk(at)dse.nl


    Comment

    Working...