Hi, I am very new to the GPS development world and am trying to figure out how to get started with a small project. Any help will be greatly appreciated.
We have Panasonic Toughbooks (FZ-G1, CF-20) running Windows 10 with GPS modules and Sierra Skylight installed. I would like to programmatically read the current GPS coordinates into a Windows application. Can someone point me in the right direction?
Hi @Donald
I have installed the latest Skylight version.
As a manual approach, I could get the users to run skylight and transpose the results to my application, but I was hoping for something more integrated and automatic.
Is there a command line option for Skylight? All I really need are the longitude and latitude.
You can use AT command to get longitude and latitude.
Configure GPS auto-start features: AT!GPSAUTOSTART=1
Return the details obtained during the most recent position location session, if available
AT!GPSLOC?
@Donald,
Thanks for the documentation. It looks like those two commands are all that I would need. However, I can’t seem to figure out how to call them. Is there something that I am missing? Or a “Getting started” guide that I could reference?