![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#16 (permalink) | |
|
Do I look like I'm joking
Join Date: Apr 2002
Location: SoCal, OC
Posts: 4,507
|
Re: Re: Re: Software Serial Port Splitter
Quote:
mentat, with broadcasting this idea of the v-port-ware do you plan to follow-up with this, or we are going to let this jewel sink into the Sahara?
__________________
-=BW=- |
|
|
|
|
|
|
#17 (permalink) |
|
Registered Member
Join Date: May 2002
Location: Houston
Posts: 24
|
Ok, While not ready for public release...The installer is not finished. I have a solution working on my laptop that lets me have 99 virtual serial ports on my machine and lets an "unlimited" number of other clients connect to it. When the installer is done I will send out the URL's for the software.
It ammounts to needing TWO pieces of software. 1. The serial port "server" (installer is all that it lacks) 2. Virtual serial port drivers from "www.lantronix.com" I have it working on 2k with no problems and can use APRS+SA, DeLorme Street Atlas, and Netstumbler all with just ONE hardware serial port on my computer. (of course the GPS data is already split in hardware and going to my tracker AND my computer). http://www.findu.com/cgi-bin/find.cgi?kc5eve-9!KC5EVE |
|
|
|
|
|
#18 (permalink) | ||
|
Do I look like I'm joking
Join Date: Apr 2002
Location: SoCal, OC
Posts: 4,507
|
Re: Solved
Quote:
Otherwise, how long until release? How much work was involved? You can see I am full of questions! ![]() Quote:
http://www.arrl.org/fcc/fcclook.php3...KC5EVE&x=9&y=6 Those darn FCC databases! ![]()
__________________
-=BW=- |
||
|
|
|
|
|
#20 (permalink) | ||
|
Do I look like I'm joking
Join Date: Apr 2002
Location: SoCal, OC
Posts: 4,507
|
Lantronix DeviceComm Manager
Quote:
http://www.lantronix.com/support/uti...omm/index.html Quote:
__________________
-=BW=- |
||
|
|
|
|
|
#21 (permalink) |
|
Registered Member
Join Date: May 2002
Location: Houston
Posts: 24
|
Ok,
Here are MORE details. Example computer has ONE hardware serial port. Software (currently called "comfoolery") connects to the serial port and dumps all the data into a TCP port that is specified in the application. This is a TCP/IP server that listens can be connected to from ANY other computer on the network or "localhost". From within Comfoolery I can see all the data and all of the IP's of computers that are connected to me....In future updates I may have the ability to disconnect users as well. (This software is NOT available YET...It has only been working for 4 days!) Hopefully within a week or so I will have a post with a URL to it!!! NEXT: A software virtual serial port driver is used to create serial ports that talk via TCP/IP. The program that we used and tested it with is from Lantronix. (They make some really cool serial port hadware solutions for remote locations of serial port across the network!!) The software is loaded from there install. After that in control panel there is an applet that you enable a serial port and give it the IP of the machine to connect to and the port number. (when I do it locally I use 127.0.0.1 port 5802) When you start an app (like netstumbler) and connect to "serial port 8" you get a message that pops up and says "connecting to 127.0.0.1:5802 and I see all the data coming in the serial port. NOTE: THIS IS A ONE WAY SERIAL PORT!!! YOU CANNOT SEND ANY DATA TO THE SERIAL PORT....ONLY MONITOR THE PORT!!! |
|
|
|
|
|
#22 (permalink) | |
|
Do I look like I'm joking
Join Date: Apr 2002
Location: SoCal, OC
Posts: 4,507
|
Quote:
I wouldn't want someone sniffing my GPS coords( aka my exact location)... I think that NMEA only requires one way communication, so this should be cool... The whole client server things reminds me of a few EZRPC projects I have seen down the line... a little too exploitable for my taste.. but beggars can't be choosers eh? If you can create a secure channel (SChannel, SSL) I would be more than happy to try it out
__________________
-=BW=- |
|
|
|
|
|
|
#23 (permalink) | |
|
Registered Member
Join Date: May 2002
Location: CT
Posts: 476
|
Quote:
|
|
|
|
|
|
|
#24 (permalink) | |
|
Registered Member
Join Date: May 2002
Location: CT
Posts: 476
|
Quote:
|
|
|
|
|
|
|
#25 (permalink) |
|
Registered Member
Join Date: May 2002
Location: Houston
Posts: 24
|
Update to comfoolery
In the ever lasting improvement of code, The com port can now be talked to on one port and another port is listen only (before we had listen only).
I should have the code tonight for testing with this new feature and possibly the installer. I do not have the source code. It is being written by a friend. I know that HE will get all the bounty! Mark |
|
|
|
|
|
#27 (permalink) |
|
Registered Member
Join Date: May 2002
Location: texas
Posts: 7
|
Written with netstumblers in mind - Comfoolery!
(link updated April 11, 2003) http://www.brianpoe.com/comfoolery/index.html Its free, but if your conscience tugs at you, donations are welcome! Check it out, it works great! -brian Last edited by bpoe : 04-11-2003 at 09:35 PM. |
|
|
|
|
|
#28 (permalink) |
|
Registered Member
Join Date: May 2002
Location: Houston
Posts: 24
|
Software Posted!
The software has been posted by the Author under a new thread. For questions about it's use, I will try to answer them, since I requested the app about a week ago for stumbling, mapping, and APRS.
Later! |
|
|
|
|
|
#29 (permalink) |
|
Registered Member
Join Date: Apr 2002
Location: Rancho Cucamonga California - (909)
Posts: 39
|
Can't get this to work.
ComFoolery seems to work fine. I can telnet to 127.0.0.1 port 5750 and get the GPS data. But if I try to connect to COM3, I get "Unable to connect to => 127.0.0.1:5750..." I've installed and uninstalled "DeviceComm Manager" several times. Any ideas?
__________________
David Joyce, CSSA Network Security Engineer SafeSectors, Inc. http://www.wirelesstalk.net/ |
|
|
|
|
|
#30 (permalink) |
|
Registered Member
Join Date: May 2002
Location: texas
Posts: 7
|
What version of Windows are you using? Do you see a brief appearance of a client in Comfoolery's client list when your app tries to open COM3?
You could try another ip. Get a command prompt and run IPCONFIG and note your ip address (could be 192.168...). Then use that address in DeviceComm Manager instead of 127.0.0.1. |
|
|
|