|
-
Apr 22nd, 2007, 02:50 PM
#1
Thread Starter
Fanatic Member
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!
-
Apr 24th, 2007, 08:33 AM
#2
Re: Virtual null modem
Shouldn't be very hard, do you know much socket programming?
-
Apr 24th, 2007, 12:12 PM
#3
Thread Starter
Fanatic Member
Re: Virtual null modem
 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.
-
Apr 27th, 2007, 11:58 AM
#4
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
-
Apr 27th, 2007, 02:46 PM
#5
Thread Starter
Fanatic Member
Re: Virtual null modem
 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.
-
May 1st, 2007, 02:09 PM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|