SparkFun Forums 

Where electronics enthusiasts find answers.

Tips and questions relating to the GPS modules from SFE
By landon
#48191
The GPS Stick that SFE just started selling claims support for the Mac, however, the CD that comes with the device has no Mac-specific instructions or drivers.

I was expecting to be able to plug it into my Mac and see a /dev/tty(SOMETHING) that I could connect applications to for NMEA data. I can't see any new tty when I plug it in. Also, I don't see any mac usb drivers on the CD.

As far as I can tell, GPS Stick doesn't work with the Mac despite the claim. What am I missing?
By landon
#48225
Thanks, but unfortunately prolific download page bombs:

Microsoft OLE DB Provider for ODBC Drivers (and other .net stuff)

---

I went to thegpstick.com but nothing on that site related to Mac usb drivers.

Will try the prolific link later and hopefully it will be fixed soon.
By etracer
#48226
landon wrote:Thanks, but unfortunately prolific download page bombs:

Microsoft OLE DB Provider for ODBC Drivers (and other .net stuff)

---

I went to thegpstick.com but nothing on that site related to Mac usb drivers.

Will try the prolific link later and hopefully it will be fixed soon.
The Prolific page was working when I posted the reply so I assume they'll get it fixed soon.
By landon
#48228
Thanks, I figured it was so.

Given all their contact info is Taiwan and China, suspect the wait may be tonight or tomorrow (hopefully.)
By landon
#48240
Thank you. I emailed several of their contact email addresses to ask them to look at it. Thanks for the notification. Appreciated.
By landon
#48242
Ahhh....a thing of beauty.

I downloaded the mac usb drivers dmg and installed it (requires restart) on my iMac (intel/leopard).

After it restarted to figure out what device it adds, before plugging in the gpsstick, I did a:
Code: Select all
ls -1 /dev >/tmp/devs-before
then plugged in the device to my mac keyboard usb port and did:
Code: Select all
ls -1 /dev >/tmp/devs-after
Code: Select all
diff /tmp/devs-before /tmp/devs-after 
revealed:

cu.usbserial
tty.usbserial

So, seeing that it pumps NMEA at 38.4bps, I did this:
Code: Select all
screen /dev/tty.usbserial 38400
Whalaa - NMEA data streaming in. Most excellent. :-)

Need to try it on my PPC powerbook, but so far so good.
By landon
#48247
Tested it on my PowerBook G4 also - works perfectly.