I'm trying to connect my arduino with a Venus GPS module from SparkFun. I've got the GPS module configure correctly, and when I hook it up directly to the serial port (via an FTDI converter) it works great. So I hooked it up to the Arduino and wrote a simple test program, but its not reading correctly.
The first program I wrote was with SoftwareSerial, but the char read is always garbage. I would almost guess that it was the wrong baud rate, except I verified it was 38400 with the FTDI to the serial port.
Did anyone manage to get an Arduino up and running with the Venus GPS module?
I'm actually looking for a good (accurate) GPS module with the possibility to add an external antenna to it, to connect it to my arduino (duemilanove).
I found the Venus module and it really looks promissing, so I'm curious if anyone can tel me or point me how to connect and read it properly. Otherwise I maybe should look after another module, suggestions are welcome btw.