Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Serial GPS unit, does it use pin 8?

  1. #1
    Constant Bitrate
    Join Date
    Oct 2003
    Location
    Vancouver, BC
    Posts
    130

    Serial GPS unit, does it use pin 8?

    The motherboard I bought only has one serial port, is it possible to have the serial GPS unit plugged in and solder the 5V line from the power supply to pin 8 so I can use that as a shut down controller? I'm eventually going to use a USB gps unit, just curious of it would work or not.

  2. #2
    Newbie
    Join Date
    Apr 2004
    Location
    Blackpool, UK
    Posts
    39
    yeh that such work, as long as u dont need dts/rts handshaking, which u dont on gpses usually, they just send blind. infact all you need is the rx line from the gps serial, the other pins on the serial port can be used for other input/output. make sure the app your running for gps output doesnt use the other pins mind, if so you might need to write a simple app that creates a virtual com port for your gps app to access, and your app will just write whatever it sees on the serial rx line to your virtual comport, and ignore any writes to the virtual comport from ur gps app.

    hope that helps

    regards

    matt brocklehurst
    Website: www.carpcshop.com
    Email: matt.brocklehurst@terrastudios.net

  3. #3
    Raw Wave Laidback's Avatar
    Join Date
    Oct 2003
    Location
    Madrid
    Posts
    1,984
    Quote Originally Posted by LittleDragon
    The motherboard I bought only has one serial port, is it possible to have the serial GPS unit plugged in and solder the 5V line from the power supply to pin 8 so I can use that as a shut down controller? I'm eventually going to use a USB gps unit, just curious of it would work or not.
    Windows will only allow one app to control the com port, so I don't see this working...If you're using Windows

    5v line to pin 8, how does that work?

  4. #4
    Constant Bitrate
    Join Date
    Oct 2003
    Location
    Vancouver, BC
    Posts
    130
    Quote Originally Posted by Laidback
    Windows will only allow one app to control the com port, so I don't see this working...If you're using Windows

    5v line to pin 8, how does that work?
    just relay it with the ignition and setup a UPS. When you turn off the key, it'll cut power to pin 8 which makes windows think the UPS lost power and proceeds to shut down.

  5. #5
    Raw Wave Laidback's Avatar
    Join Date
    Oct 2003
    Location
    Madrid
    Posts
    1,984
    Quote Originally Posted by LittleDragon
    just relay it with the ignition and setup a UPS. When you turn off the key, it'll cut power to pin 8 which makes windows think the UPS lost power and proceeds to shut down.
    Ok, I thought you may have meant through a relay, that's how mine works....but Windows won't let you put both the USP service and another program (GPS) on the same com port.

  6. #6
    Variable Bitrate
    Join Date
    Mar 2004
    Posts
    315
    Quote Originally Posted by Laidback
    Windows will only allow one app to control the com port, so I don't see this working...If you're using Windows
    thats not entirely true. You can write a layer that will be integrated with the comm port driver which will pass everything on without opening a port. That same layer can make a "fake" comm port made up of only pin 8, which your shutdown device will use.

    Its the same principle on which ComPort Monitors work. I just wish I had all my bookmarks from my old HDD, I had a ton of links on the subject. But if you you'll be fine.

  7. #7
    Raw Wave Laidback's Avatar
    Join Date
    Oct 2003
    Location
    Madrid
    Posts
    1,984
    Quote Originally Posted by arkadiyp
    thats not entirely true. You can write a layer that will be integrated with the comm port driver which will pass everything on without opening a port. That same layer can make a "fake" comm port made up of only pin 8, which your shutdown device will use.

    Its the same principle on which ComPort Monitors work. I just wish I had all my bookmarks from my old HDD, I had a ton of links on the subject. But if you you'll be fine.
    Well, he was only talking about connecting things, not writing 'layers'

    I'd be very interested when you find your bookmarks, in the mean time, I'll google again....

  8. #8
    Variable Bitrate
    Join Date
    Mar 2004
    Posts
    315
    Quote Originally Posted by Laidback
    I'd be very interested when you find your bookmarks, in the mean time, I'll google again....
    My drive is DEAD, smoke and everything (took PSU and Video Card along with it), from what I remember I found most info on MSDN part of microsoft. Just for the record they are not called layers (at least I don't think so), if I find the info again I'll post it.

  9. #9
    Raw Wave Laidback's Avatar
    Join Date
    Oct 2003
    Location
    Madrid
    Posts
    1,984
    And it's probably possible using a Virtual Com Port Splitter such as This, as long as the GPS software ignores pin 8. (and the UPS service ignores the pins that the GPS is using)

  10. #10
    Variable Bitrate
    Join Date
    Mar 2004
    Posts
    315
    Quote Originally Posted by Laidback
    And it's probably possible using a Virtual Com Port Splitter such as This as long as the GPS software ignores pin 8.
    That particular one only allows the data line to be monitored by the virtual ports, but the idea is kind of similar.

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 17
    Last Post: 10-03-2004, 04:04 AM
  2. Serial GPS
    By mespork in forum GPS
    Replies: 1
    Last Post: 05-08-2004, 01:31 AM
  3. Replies: 17
    Last Post: 10-23-2003, 07:51 PM
  4. WTB: Rand McNally GPS Receiver serial version
    By jspeeder9 in forum Classified Archive
    Replies: 5
    Last Post: 06-21-2003, 11:40 PM
  5. Power Supply for my GPS unit
    By BRINET in forum Power Supplies
    Replies: 5
    Last Post: 04-19-2002, 09:53 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
  •