the output of the Lassen iQ isn’t in plain english, but rather short sequences of bytes that, when you look at their binary representation (and know which parts of the sequence correspond to what), one can interpret the data the Lassen iQ is sending.
if you’re interested in the specifics, it’s all in the datasheet. if you’re writing some code (either for a microcontroller or a PC) to interpret the GPS data, you’ll likely need to familiarize yourself with the structure of the packets. if you’re writing for a dsPIC microcontroller, I posted some code a month or two ago in the PIC forum that will interpret the packets the iQ sends out automatically and return GPS location information.
According to the instructions posted on the Trossen Robotics site where I purchased the LassenIQ USB Eval Kit it can be read in plain english via HyperTerminal. I wouldn’t have purchased this otherwise.
I also bought the SparkFun GPS Eval that has the 2 rs232 connections on it. Can you nudge me in the direction of a GPS module that I can attach that does return plain english that I could plug into this kit?
According to the datasheet, the Lassen iQ has two data ports. By default, the first spits out binary data, the second spits out plain english (NMEA). If you use the eval board with two rs-232 connections on it, I think one will give you NMEA output. With the USB board, you may need to change the jumpers to get NMEA output over USB.