View previous topic :: View next topic |
Author |
Message |
ronnarone.r
Joined: 23 Dec 2008 Posts: 12
|
How to interface 2 GPS? |
Posted: Wed Dec 02, 2009 11:20 pm |
|
|
I use 18F8722 and want to connect with one pc and two GPS.
How can I do ? |
|
|
mbradley
Joined: 11 Jul 2009 Posts: 118 Location: California, USA
|
|
Posted: Thu Dec 03, 2009 12:26 am |
|
|
A few quick items:
If these gps's are ttl serial, then you can use the 2 uarts in the pic.
Second, if you dont need to realy send anything from the PC to the pic, you can use any available I/O pin to send serial data to the PC. you will need either a ttl 2 rs232 chip, or ftdi usb-serial_ttl cable
The rest is pretty straight forward, just read the example serial drivers. _________________ Michael Bradley
www.mculabs.com
Open Drivers and Projects |
|
|
Guest
|
|
Posted: Mon Dec 07, 2009 9:31 pm |
|
|
Mike,
I highly recommend you run a spell checker on that website of yours. Lots of mis-spelled words!
Jeff |
|
|
mbradley
Joined: 11 Jul 2009 Posts: 118 Location: California, USA
|
|
Posted: Tue Dec 08, 2009 12:30 pm |
|
|
lol, will do, I generally work on it at 1am or so, and just for an hour or two. _________________ Michael Bradley
www.mculabs.com
Open Drivers and Projects |
|
|
|