Thread: Serial Prot Communication

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    1

    Question Serial Prot Communication

    Currently, I'm trying to write a simple DOS program using C++ language(NOT Visual C++, just C++). However, I'm having some problem looking for instruction on how to access serial port(i.e. send / receive) from C++. If you know how, please reply me with detail information. Thank you.

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Look up streams. The header file is fstream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Duplex communication thro serial port
    By Priyachu in forum Networking/Device Communication
    Replies: 1
    Last Post: 05-30-2009, 04:24 AM
  2. Serial pot communication through c program
    By vin_pll in forum C++ Programming
    Replies: 2
    Last Post: 01-01-2009, 12:52 PM
  3. Serial Port Communication
    By maxorator in forum C++ Programming
    Replies: 11
    Last Post: 04-27-2006, 03:13 PM
  4. Please help with serial communication problem - Long
    By spdylude in forum Windows Programming
    Replies: 3
    Last Post: 04-06-2005, 09:41 AM
  5. Serial communication packets
    By Roaring_Tiger in forum C Programming
    Replies: 3
    Last Post: 04-26-2003, 08:33 AM