CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2004
    Posts
    270

    understanding serial communication

    and overlapped structure...
    Is there anyone who can give me a link in which the serial communication with the flag FILE_FALG_OVERLAPPED will be explained in a simple wayr?
    Everything I have found is too complicated for me...
    Help me please,
    Isabella

  2. #2
    Join Date
    Jul 2005
    Posts
    767

    Re: understanding serial communication

    Sure Try my serial communication class
    Attached Files Attached Files

  3. #3
    Join Date
    Oct 2004
    Posts
    270

    Re: understanding serial communication

    isn't it possible to explain me briefly how your class is organized?
    Thank you,
    isabella

  4. #4
    Join Date
    Oct 2005
    Location
    Bangalore
    Posts
    1,051

    Re: understanding serial communication

    here are some more....
    winkipedia explanation on Overlapped I/O and Asynchronous I/o thats for understanding.

    and the samples u asked.
    Serial library for C++ - codeproject Article. well explained.
    Serial Communications in Win32 MSDN
    - Sreehari
    "Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us."
    " Everybody is sent to Earth on a purpose. I am so Lagging behind that i won't die." – Calvin

  5. #5
    Join Date
    Jul 2005
    Posts
    767

    Re: understanding serial communication

    Quote Originally Posted by doxdici
    isn't it possible to explain me briefly how your class is organized?
    Thank you,
    isabella
    Good question, I think that is what was missing when I tried to post an article regarding serial communication on CG and obviously got rejected

    I think you have already done a lot of research on Serial Communication. So I think you should be able to manage.

  6. #6
    Join Date
    Feb 2002
    Posts
    5,757

    Re: understanding serial communication

    overlapped i/o is multiple asynchronous i/o requests now data should arrive afterward

    Kuphryn

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured