Retrieving data from a usb GPS receiver
843789Jan 30 2010 — edited Aug 25 2010What is the correct way to read from a usb device using a java application?
I guess it is in the IO area, but once the application accesses the usb device, in what form is the data received? Does java have its own format, or will it be in whatever format the device sends?
Regards