Serial Port Data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Narjis
    New Member
    • Oct 2007
    • 1

    Serial Port Data

    Hi everybody? hope y'r all fine

    I need a small help.. can anyone give me a c++ program that reads the serial port data? (i.e. that data are burned in a microcontroller chip and i want to connect the chip to the PC and let the c++ program read this data)

    Regards to all..
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

    Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

    Then when you are ready post a new question in this thread.

    Banfa
    Administrator



    We may be able to give you some hints on how to write such a program, for instance what functions you will need to call, however serial port access is platform dependent and without knowing what your platform is there is not much we can do to help.

    Comment

    Working...