Purchased a TTL Level GPS
Not knowing what I was doing (as usual) I purchased a 32 Channel LS20031 GPS 5Hz Receiver that communicates via TTL. All the objects in the exchange for GPS seem to communicate at RS232. I goggled plans for converting the signal using a MAX232 chip, but before I get to deep into this I thought I might ask for advice. Has anybody used a TTL GPS with the propeller before?

Comments
-Phil
Well maybe. I am trying to use the GPS_float object with Viewport, I may be goofing something up there.
CON _CLKMODE = XTAL1 + PLL16x _XINFREQ = 5_000_000 OBJ vp : "Conduit" gps : "GPS_Float" VAR long lat1,long1,fails PUB main vp.config(string("start:dso")) vp.config(string("var:lat1(base=-2), long1(base=-2)")) vp.share(@lat1,@fails) gps.init Repeat lat1 := gps.Float_Latitude_Deg long1 := gps.Float_Longitude_Deg fails := gps.Long_NMEA_Counters(2)Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Timothy D. Swieter, E.I.
www.brilldea.com - Prop Blade, LED Painter, RGB LEDs, 3.0" LCD Composite video display, eProto for SunSPOT
www.tdswieter.com