If you're talking about Parallax's GPS board, download the documentation from the product's page on Parallax's webstore page. It will have the connection information. If you have some other GPS device, the connection scheme depends on the GPS device.
The problem is that i want to use resistors to protect my parallax board and my gps too. All of them are from parallax, so what tpe of resistors should i use??
Generally you can use 270 to 330 Ohm series resistors in a 5V logic circuit. These will limit worst case fault current to 15-20mA which most logic outputs can sustain indefinitely. There are a few Parallax devices where this won't work like the Parallax Servo Controllers, but the GPS device should be fine.
The serial I/O gets connected to whatever I/O pin that you program for that purpose. If you're going to use an existing sample or demonstration program, use the I/O pin that the program uses (or change the program to match where you've connected the serial I/O signal). READ THE DOCUMENTATION!
Are you running the gps indoors?
The gps is looking for satellite signals, and should have a relatively clear "sky view".
You've gotten far enough to be able to load your program in to your stamp....read a little further and learn how to program it; that'll help you in knowing where to look for the code portion that shows which pin its expecting the gps to be connected to.
Incidentally, if you use the help function and look up the SERIN instruction, you'll get a clue as to where (in your program) to look for the pin declaration.
ps.Parallax offers a lot of their documentation for free. I'd strongly suggest you read the "What's a Microcontroller" text from their website....
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔ <FONT>Steve
What's the best thing to do in a lightning storm? "take a one iron out the bag and hold it straight up above your head, even God cant hit a one iron!"
Lee Travino after the second time being hit by lightning!
Comments
The gps is looking for satellite signals, and should have a relatively clear "sky view".
You've gotten far enough to be able to load your program in to your stamp....read a little further and learn how to program it; that'll help you in knowing where to look for the code portion that shows which pin its expecting the gps to be connected to.
Incidentally, if you use the help function and look up the SERIN instruction, you'll get a clue as to where (in your program) to look for the pin declaration.
ps.Parallax offers a lot of their documentation for free. I'd strongly suggest you read the "What's a Microcontroller" text from their website....
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<FONT>Steve
What's the best thing to do in a lightning storm? "take a one iron out the bag and hold it straight up above your head, even God cant hit a one iron!"
Lee Travino after the second time being hit by lightning!