|
 |
|
10-31-2004, 09:38 PM
|
#1
|
|
Newbie
Join Date: Oct 2004
Posts: 13
|
Splitting Serial
I need to provide GPS data to a laptop and an APRS tracker simultanously. I don't really want to have to buy a second GPS. Can serial be split into two serial connectors in parallel? Is there an interface on the market that can do this?
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
11-01-2004, 01:56 AM
|
#3
|
|
Variable Bitrate
Join Date: Oct 2003
Location: Queensland, Australia
Posts: 370
|
wow, thx for the link!
.
__________________
[....99.9%]
[HW] 566eMHz/128mb/6gb, FlyVideo3k, RandMgps, M1-ATX, 7" Lilliput, VGA2AVadptrFor2ndVideo, 4CH/100rms, 10"Sub, 40AhDeepCycleTank
[....99.8%]
[SW] XP/MMC/FP:D3,FlyTV/AxifeFM,CarMM?
[Working on] puttingBackEvrythg.
|
|
|
11-01-2004, 02:05 AM
|
#4
|
|
Newbie
Join Date: Oct 2004
Posts: 13
|
Virtual com ports have nothing to do with my question. I don't need two software applications to access the GPS; I have two devices that need to access the GPS.
Last edited by August; 11-01-2004 at 02:07 AM.
|
|
|
11-01-2004, 02:22 AM
|
#5
|
|
Maximum Bitrate
Join Date: May 2004
Location: NJ
Posts: 558
|
you can't, you would risk blowing the 2 devices since each puts out current. Even if you would work around the current issue, one device would confuse the other since one might send a specific request to the GPS that the other did not expect. Serial is a protocol between 2 devices, that is the short answer.
|
|
|
11-01-2004, 02:24 AM
|
#6
|
|
Maximum Bitrate
Join Date: Jul 2004
Location: Austin
Posts: 502
|
does the gps receive data from the PC, or is it only one way? If the gps is expecting config data from the PC, I think you might have trouble if both are trying to send something out.
If the gps is sending only you might be able to try something like this:
http://www.airborn.com.au/rs232.html#monitor
__________________
|V1 Virtual Display|
Hard work often pays off over time, laziness always pays off right now.
|
|
|
11-01-2004, 02:29 AM
|
#7
|
|
Maximum Bitrate
Join Date: Jul 2004
Location: Austin
Posts: 502
|
another option might be to run a null modem cable from the first pc to the second, and somehow propagate the data across, so that the second device would think it is connected to the gps, not to a pc.
__________________
|V1 Virtual Display|
Hard work often pays off over time, laziness always pays off right now.
|
|
|
11-01-2004, 04:14 AM
|
#8
|
|
Newbie
Join Date: Oct 2004
Posts: 13
|
I found this in a PDF manual for a Ratheon GPS.
Quote:
When using the NMEA 0183 format, the Raystar 112 can provide data
for at 2 or more navigation equipments when connected in parallel. Be
sure that all devices connected to the data output ( plotters, video
sounders, radars) are programmed to use the NMEA 0183 data format.
WARNING: Do NOT GROUND the Data, Data return lines, or the
Shield of the interface cable at any of the external navigation
equipments.
The ability to do this must be part of the NMEA standard. Any thoughts?
|
|
|
11-01-2004, 04:19 AM
|
#9
|
|
Raw Wave
Join Date: Oct 2003
Location: Madrid
Posts: 1,983
|
If you're just reading there's no problem.
|
|
|
11-01-2004, 12:12 PM
|
#10
|
|
Raw Wave
Join Date: Jun 2003
Location: London UK
Posts: 1,818
|
Quote: Originally Posted by August
Virtual com ports have nothing to do with my question. I don't need two software applications to access the GPS; I have two devices that need to access the GPS.
 I though as much but relax man.
Heres your solution :
GPS <---> PC ( Normal 2 way using RX/TX, can read and write to GPS )
:
: -------> Another device (1 way using the TX line of the GPS, device can only read)
Dont forget the GND for both PC and other device.
Last edited by Ricky327; 11-01-2004 at 12:27 PM.
|
|
|
11-01-2004, 12:19 PM
|
#11
|
|
Raw Wave
Join Date: Jun 2003
Location: London UK
Posts: 1,818
|
Quote: Originally Posted by August
Is there an interface on the market that can do this?
Dont think so, but you can try to solder 2 wires that connect to the TX and GND of the serial connection of the GPS...and connect this to the "READ ONLY" device.
If this doesnt work properly due to the TX line being loaded with 2 devices then you may need to add a MAX232 chip to boost the signals and split them to 2.
|
|
|
11-01-2004, 05:58 PM
|
#12
|
|
Variable Bitrate
Join Date: Sep 2003
Location: Hampshire, TN
Posts: 349
|
Quote: Originally Posted by August
Virtual com ports have nothing to do with my question. I don't need two software applications to access the GPS; I have two devices that need to access the GPS.
Read post 14 on the thread I linked to above. And I stand by my original comment.  !!!!
__________________
www.bradleyjacobs.com
There is more stupidity than hydrogen in the universe, and it has a longer shelf life. -- Frank Zappa
|
|
|
11-01-2004, 07:31 PM
|
#13
|
|
Maximum Bitrate
Join Date: Jul 2004
Location: Austin
Posts: 502
|
Quote: Originally Posted by Ricky327
If this doesnt work properly due to the TX line being loaded with 2 devices then you may need to add a MAX232 chip to boost the signals and split them to 2.
The max232 is for converting 5V TTL (1 is +5V, 0 is 0V) to the voltages for rs232 (1 is -15V, 0 is +15V), its not gonna help with this problem
__________________
|V1 Virtual Display|
Hard work often pays off over time, laziness always pays off right now.
|
|
|
11-01-2004, 07:38 PM
|
#14
|
|
Raw Wave
Join Date: Jun 2003
Location: London UK
Posts: 1,818
|
No I meant...
GPS ----> RS232 > TTL > RS232 > PC
:
:--------> RS232 > TTL > RS232 > Other device
The MAX232 contains 4 converters, and can be wired up to buffer the signal from the GPS before feeding them directly to the 2 devices.
It converts the RS232 down to TTL and then to RS232 again
If that can help I dont know, but its just a mean of buffering the signals before sharing ONE signal by the 2 devices.
Last edited by Ricky327; 11-01-2004 at 07:40 PM.
|
|
|
11-01-2004, 07:43 PM
|
#15
|
|
Raw Wave
Join Date: Jun 2003
Location: London UK
Posts: 1,818
|
Quote: Originally Posted by zPilott
The max232 is for converting 5V TTL (1 is +5V, 0 is 0V) to the voltages for rs232 (1 is -15V, 0 is +15V), its not gonna help with this problem
No...the MAX232 have more than that.
It contains 2 x RS232 > TTL converter
and 2 x TTL > RS232 converter
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:22 AM.
| |