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

    Creating Virtual Serial Comm port

    My problem may look very trivial to u. But I am struggling since one week in search of info.I basically want to develop a Com port redirector which redirects TCP/IP input into physical/logical(virtual) com ports. Here logical means ports say COM5 to COM256. Is it required to write a device driver to do it. I think yes . If so how I can proceed. Is there any site where I can get source code to do this?. I am struck with creating virutal port. If u can help me in that rest of the things I can manage.
    Thanks in advance



  2. #2
    Join Date
    Apr 2000
    Posts
    737
    did u solve the problem ?

  3. #3
    Join Date
    May 2004
    Posts
    2

    May anyone answer to nythia?

    All is in the subject....

    I have the same problem and i don't manage to resolve it.

    If the someone could help me....


    IWil

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