I have a USB EVDO modem with GPS that I'm trying to read data off of. I understand you have to treat it as if it were connected to the serial port (in my case using /dev/cu.wwangps ). Does anyone know how to do this on OS X (read from the serial port)? I would prefer to use Java...but any language would suffice. I've seen examples for windows that use COM1 and COM2 but this doesn't exist in the Mac world.
Perhaps a pointer to a library or open source project. Thanks
Perhaps a pointer to a library or open source project. Thanks