Recent content by normfly@gmail.com

  1. N

    Change ublox 6 GPS baud rate? Anyone?

    Hello, I have a ublox 6 GPS with a 20x2 chip. The default baud rate is 9600. It's a bit slow. I've tried to change the baud rate with setfreq m32 pause 200 serout GPSRX, baud, ("$PUBX,41,1,0007,0003,19200,0*25") debug pause 500 debug serin GPSTX, T19200_32,("$GPRMC,")...
  2. N

    u-blox NEO-6M GPS on 20x2 example

    Hey everyone, Here's my GPS example for a u-blox NEO-6M GPS. They're cheap on ebay. I could only get it to work on a 20x2 chip. :cool: ' 'NMEA ref: http://www.gpsinformation.org/dale/nmea.htm#ZDA ' 'init #terminal 19200 on setfreq m16 symbol GPSTX = c.2 ' Orange cable symbol blueLED = c.4...
Top