Page 5 of 11 FirstFirst 1234567891011 LastLast
Results 41 to 50 of 106

Thread: Virtual COM Port Splitter

  1. #41
    Raw Wave Laidback's Avatar
    Join Date
    Oct 2003
    Location
    Madrid
    Posts
    1,984
    Quote Originally Posted by fly_dutchie
    Well, spring is in the air.

    I swapped the usb cable with a serial/ps2 cable.

    Michael
    Probably the best option! Wonder if I can do that with mine??

  2. #42
    Variable Bitrate fly_dutchie's Avatar
    Join Date
    Feb 2004
    Location
    Amsterdam
    Posts
    281
    Quote Originally Posted by Laidback
    Probably the best option! Wonder if I can do that with mine??
    I have a generic telephone plug (4 wires) on my Leadtek 9532 GPS (it came with Destinator 2 for laptop). You can connect it to a couple of different cables. (ment for use with PPC/Palm)

    I think you can solder it together, but you need aan rs-232 plug and a ps/2 plug (power) and the pin-out schematics, but it must be 5V, GND, RX, TX. (however, I think the GPS only generates NMEA data and doesn't need to read anything).

    Best option is to order this cable at Powerloc Destinator. I paid about 20 euro including shipping. Then you can solder the telephone plug thingy to your USB GPS.

    With the serial connector the GPS runs like a charm, fast fixes and it hibernates!

    Michael
    "It does not understand, if it does not ride."

    M10000, 512 Mb, 2,5" 40G, Slim DVD, Opus 90W, Xenarc 7", Leadtek 9532 GPS,
    RoadRunner, MapMonkey, Pioneer HU, Pioneer 4 ch 400W, Kappa 6.5, Basslink X 200W

  3. #43
    Raw Wave Laidback's Avatar
    Join Date
    Oct 2003
    Location
    Madrid
    Posts
    1,984
    Quote Originally Posted by fly_dutchie
    I have a generic telephone plug (4 wires) on my Leadtek 9532 GPS (it came with Destinator 2 for laptop). You can connect it to a couple of different cables. (ment for use with PPC/Palm)

    I think you can solder it together, but you need aan rs-232 plug and a ps/2 plug (power) and the pin-out schematics, but it must be 5V, GND, RX, TX. (however, I think the GPS only generates NMEA data and doesn't need to read anything).

    Best option is to order this cable at Powerloc Destinator. I paid about 20 euro including shipping. Then you can solder the telephone plug thingy to your USB GPS.

    With the serial connector the GPS runs like a charm, fast fixes and it hibernates!

    Michael
    yeah, mine's hardwired straight into the GPS unit, but they do this model (HI-202E) in serial version as well, so could be the same inside.

  4. #44
    Maximum Bitrate wi77iam's Avatar
    Join Date
    Jun 2003
    Location
    Chester Springs, PA
    Posts
    603
    Curiosity, just to give you some more props for your xport program. I just used it to connect my usb Earthmate to Routis 2004, described in this thread, through a virtual port. A direct connection would always cause a BSOD, but with the splitter, everything is fine.

    Thanks.
    *******************************
    *******************************

  5. #45
    What can I say? I like serial. Curiosity's Avatar
    Join Date
    Mar 2004
    Location
    Florence Yall, BFKY
    Posts
    2,684
    That's hilarious. I consider xport a hack, and you're using it to fix something. Cool. I guess it's not so much of a hack after all. Xport is there without the setup program the next time you reboot, and there are programs that will load fast that you could put in Startup, like NMEAgent and GPS Info here at the bottom of the page. Well, you have to hit a button on GPS Info. I'm sure there's something small like that somewhere?

  6. #46
    Maximum Bitrate wi77iam's Avatar
    Join Date
    Jun 2003
    Location
    Chester Springs, PA
    Posts
    603
    Quote Originally Posted by Curiosity
    That's hilarious. I consider xport a hack, and you're using it to fix something. Cool. I guess it's not so much of a hack after all. Xport is there without the setup program the next time you reboot, and there are programs that will load fast that you could put in Startup, like NMEAgent and GPS Info here at the bottom of the page. Well, you have to hit a button on GPS Info. I'm sure there's something small like that somewhere?
    It is pretty funny. I've been tearing my hair out trying to make the Earthmate work with Routis, and the fix was simple. The people over at gpspassion and everywhere else I searched, said it couldn't be done, even the guy from Deluo.

    xport may be even more useful. When you capture the data stream coming into the hardware port, can you do anything with it prior to redirecting it out the virtual ports? I'm thinking maybe I can use it to apply a correction to the lat/long from the gps, based on a geographic fix from a known location, and then rebuild the NMEA data stream and send it on its way out the virtual port. Could this work?
    *******************************
    *******************************

  7. #47
    What can I say? I like serial. Curiosity's Avatar
    Join Date
    Mar 2004
    Location
    Florence Yall, BFKY
    Posts
    2,684
    Yeah, that's prety funny. Tech support may even be friendly, but they never seem to solve the problem. If other applications don't cause a BSOD, then they must be breaking some rules I'd think.

    XPort takes the data and sends it on the other other ports so it could modify it, but being a kernel driver it can't do any floating point math so it would probably be hard to do want you want. Plus, it's best to send the data as fast as it gets it. I assume it's pretty time critical information for a full GPS program.

  8. #48
    Maximum Bitrate wi77iam's Avatar
    Join Date
    Jun 2003
    Location
    Chester Springs, PA
    Posts
    603
    The position messages come only once a second, I believe. So the update rate wouldn't be a problem, and the calculations are simple and could be done very fast. The lack of floating point math is a problem however.

    I think I'll use your idea though of capturing the port and redirecting the data, and see what I can come up with. I'm interested in doing some on-the-fly position correction to enhance the accuracy.
    *******************************
    *******************************

  9. #49
    Variable Bitrate Leddy's Avatar
    Join Date
    Mar 2004
    Posts
    260
    Software works GREAT. My only "complaint" is the fact that you have to open a program to read data from gps and then another to one of the virtual com ports. Is there any software that we can make or already exists that we can put in startup and minimize to the tray so it disappears, then we can setup all the other programs we might use on the virtual ports we created?
    2001 Pontiac Grand Prix GTP Sedan (Sold)
    2007 Scion tC
    WhereIsMyGPS.net Online Tracker
    http://www.cardomain.com/id/leddy

  10. #50
    Maximum Bitrate wi77iam's Avatar
    Join Date
    Jun 2003
    Location
    Chester Springs, PA
    Posts
    603
    Quote Originally Posted by Leddy
    Software works GREAT. My only "complaint" is the fact that you have to open a program to read data from gps and then another to one of the virtual com ports. Is there any software that we can make or already exists that we can put in startup and minimize to the tray so it disappears, then we can setup all the other programs we might use on the virtual ports we created?
    Try this.
    *******************************
    *******************************

Similar Threads

  1. serial port to game port adapter wiring
    By asif in forum General Hardware Discussion
    Replies: 5
    Last Post: 08-17-2006, 05:47 PM
  2. Replies: 16
    Last Post: 11-16-2003, 12:30 AM
  3. ps2 port splitter <i think>
    By oddcomp in forum Classified Archive
    Replies: 0
    Last Post: 11-10-2002, 10:01 AM
  4. Via Mini-ITX Epia 5000 serial port not working
    By vash in forum General Hardware Discussion
    Replies: 2
    Last Post: 08-13-2002, 09:48 PM
  5. Spliting power on a PS/2 port...
    By Defiler in forum General Hardware Discussion
    Replies: 3
    Last Post: 02-27-2002, 04:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •