Results 1 to 6 of 6

Thread: Virtual null modem

  1. #1

    Thread Starter
    Fanatic Member Andy_P's Avatar
    Join Date
    May 2005
    Location
    Dunstable, England
    Posts
    669

    Virtual null modem

    Can anybody recommend any freeware virtual null modem software?

    Or, failing that, how would you begin to program something like this yourself? Sounds like it might be an interesting project.

    Thanks!
    Using Windows XP Home sp3
    Mucking around with C# 2008 Express
    while ( this.deadHorse ) { flog( ); }


  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Virtual null modem

    Shouldn't be very hard, do you know much socket programming?

  3. #3

    Thread Starter
    Fanatic Member Andy_P's Avatar
    Join Date
    May 2005
    Location
    Dunstable, England
    Posts
    669

    Re: Virtual null modem

    Quote Originally Posted by mendhak
    Do you know much socket programming?
    None.


    But, since you have mentioned using sockets, that is a good place for me to start some research.
    Using Windows XP Home sp3
    Mucking around with C# 2008 Express
    while ( this.deadHorse ) { flog( ); }


  4. #4
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Virtual null modem

    What is a virtual null modem? A real null modem is a few pins swapped around. You can't do that virtually. Feeding data from the outside world to the TxD pin will, at best, do nothing and, at worst, burn out some components. Same for all the other pins. Since you can't feed data to the RxD pin from the computer, connecting it to an outside sink won't send any data out.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  5. #5

    Thread Starter
    Fanatic Member Andy_P's Avatar
    Join Date
    May 2005
    Location
    Dunstable, England
    Posts
    669

    Re: Virtual null modem

    Quote Originally Posted by Al42
    You can't do that virtually.
    I beg to differ.

    http://www.eltima.com/products/vspdxp/

    http://www.aggsoft.com/virtual-null-modem.htm


    I'm just looking for a bit of freeware if there is any out there because I'm a cheapskate like that.
    Using Windows XP Home sp3
    Mucking around with C# 2008 Express
    while ( this.deadHorse ) { flog( ); }


  6. #6
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Virtual null modem

    Those are virtual serial ports. A null modem connects real (as opposed to virtual) serial ports.

    Can you write virtual serial ports? Sure - a virtual serial port is just part of a driver. Can you do it in VB? No.

    http://www.freedownloadscenter.com/P..._Port_Kit.html might be what you want.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

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