CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    checking signal form com port

    I want to receive the signal from the com1 or com2 port in computer..
    is there any event to discrible the event?
    thank you



  2. #2
    Join Date
    Dec 1999
    Location
    Israel
    Posts
    101

    Re: checking signal form com port

    Add MSComm control to your main form and use its OnComm Event,
    or check in Timer Sub MSComm1.InBufferCount value.

    Good Luck!



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