We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I want to make a GPS system using an Arduino (Uno, R3). I want the GPS data to be sent to a Processing sketch on my laptop. Will it work if I use AltSoftSerial and the UART on the Arduino to reliably receive GPS data and transmit it to my laptop? What should be connected to the software serial port and what should be connected to the UART? What speeds should I use? Thanks in advance for your help.
Answers
You can go through link below
http://it-architect.wikispaces.com/Arduino+GPS+Integration
Got it to work. Sorry for the delay.