Just updated the code from Phidget21, and now the GPS.DateAndTime function fails. Everything else works 100% perfect, device is initialised and fixed and returning our correct location on the map, but even a call as simple as:
Code: Select all
Dim someVar As DateTime = myOpenedGPSObject.DateAndTime()
This worked fine in Phidget21 and the p21 and p22 GPS.GPSDateAndTime and GPS.DateAndTime (respectively) are functionally identical at the wrapper level, this must be lower level I assume?
For further reference the date and time string is being displayed in the Phidget22 manager fine, so this confirms the device is working.