Thread: virtual serial port- is there simpler way?

  1. #1
    Registered User
    Join Date
    Oct 2009
    Posts
    17

    virtual serial port- is there simpler way?

    Hello all,
    While searched for solution for one "serial" task (winXP) i found very nice software
    XPort .
    This software splitter creates many virtual serial ports and redirects them to one real serial port. Before i see this one, i was thinking that only way to do this is WindowsDriverKit.
    Now i'm in doubt - Xport is very compact and very easy to install . Behavior is (in my eyes) as of regular user application.
    I read as many as found on Microsoft site and now i'm thinking(maybe wrong) that "serial.sys" and "serenum.sys" are drivers, trough which one can create virtual serial port. I didnt found any answer about-
    -is this possible from user application?
    -if yes, what library will be needed?
    -if yes, is this possible with non-Microsoft compiler/library?
    regards

  2. #2
    Registered User
    Join Date
    Oct 2009
    Posts
    17
    selfcorrection:
    I investigated a little bit into Xport:
    - inside is visible string "Driver works, Compuware corporation".
    - when Xport.exe is started , configuration menu appears
    ----- after configuration is done in \Windows\system32\drivers new file is appearing - "xport.sys"
    ----- if configuration is called again and disabled - "xport.sys" dissapears.
    So, maybe my previous post is hopeless and stupid.
    regards

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Comodo Firewall Vulnerability (Port 0)
    By Mario F. in forum Tech Board
    Replies: 0
    Last Post: 11-11-2009, 08:56 AM
  2. serial port to poll on request
    By infineonintern in forum C++ Programming
    Replies: 2
    Last Post: 06-11-2009, 06:52 AM
  3. Replies: 48
    Last Post: 09-26-2008, 03:45 AM
  4. DOS, Serial, and Touch Screen
    By jon_nc17 in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 01-08-2003, 04:59 PM
  5. C++ XML Class
    By edwardtisdale in forum C++ Programming
    Replies: 0
    Last Post: 12-10-2001, 11:14 PM