CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2005
    Posts
    33

    Unhappy Communicating with Serial ports

    Hi,

    I am new into Viscual C#.net coding, I require to communicate with 2 serial ports simultaneously. I am really not going anywhere on this. Is there any particular objects which I can use to do the same. Plsssss it would be great if someone can help me out on this. I am actually working on allien gateway application for RF readers....there DLL do provide one method called connect() but i can just connect to only one port at a time using this. when I initialize another class and try to again use this connect() method then the previous connection gets closed......any help would be greatly appreciated.


    Thanks,
    Mahesh

  2. #2
    Join Date
    Nov 2002
    Location
    California
    Posts
    4,556

    Re: Communicating with Serial ports

    See PJ Naughter's site, "CSerialPort v1.15 An MFC class for Win32 serial ports" at http://www.naughter.com/serialport.html

    Mike

  3. #3
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    628

    Re: Communicating with Serial ports

    dont' know anything about C#.. but see if this helps.. helped me out a lot with serial ports with regular c++..

    http://www.daniweb.com/techtalkforum...ead.php?t=8020

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