CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2003
    Posts
    2

    Get/Send data through a COM port ?

    Hi, I was wondering how can I get/send data to a COM port ??
    i.e. I have a remote control that is plugged on COM1, how can I
    get the data it is sending to the COM port when I press a button
    on the remote control ??
    KaMiKaZe

  2. #2
    Join Date
    Feb 2002
    Posts
    5,757
    Here is one solution from MSDN.

    http://msdn.microsoft.com/library/de...sdn_serial.asp

    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