Hi folks, I am trying to make use of an existing GPS module I had lying around from an old project.
I have a BU-353 GPS USB module. It outputs in the standard NMEA format used by other chips.
My question is how to interface the module to the Arduino since it uses USB and not a TTL serial interface. My best guess is to use a USB to R232 adapter and then convert to TTL with a MAX232. Will this work?
It's probably worth noting: When I plug the module in to my PC, it is recognized as a USB-Serial Controller. Is there any way to hook this directly up to the Arduino without any adaptors?