After I loaded my app, the GPS is actived and data is coming in.
Now I leave the program open and switch my Ipaq off.
When switching the Ipaq on again, with the app in memory, the CF GPS card is not activated.
I tried to switch it back on by a timer event which does:
But after switching the device on, the Serial.PortOpen returns true, but the CF GPS is not.
The only way to get the CF card back online is by issuing a
(I created a Wakeup GPS button), but I want to do this automatically.
Is there a way to do this?
Scub
Now I leave the program open and switch my Ipaq off.
When switching the Ipaq on again, with the app in memory, the CF GPS card is not activated.
I tried to switch it back on by a timer event which does:
B4X:
If Serial.PortOpen <> true Then Serial.PortOpen = true
But after switching the device on, the Serial.PortOpen returns true, but the CF GPS is not.
The only way to get the CF card back online is by issuing a
B4X:
Serial.PortOpen = true
Is there a way to do this?
Scub