LB Booster
Programming >> Liberty BASIC language >> GPS http://lbb.conforums.com/index.cgi?board=lblang&action=display&num=1515527780 GPS
Post by Rod on Jan 9th, 2018, 6:56pm
We have had more than one request to access GPS data and inevitably accelerometer data. Compass too I suppose. Is this possible with 32bit windows API?
The new API seems daunting and the old 32bit API is deprecated even before we have working examples. I know that I can purchase GPS and accelerometer dongles that work via serial messaging. But these folks are wanting to access "on board" devices.
Re: GPS
Post by Richard Russell on Jan 9th, 2018, 10:29pm
The new API seems daunting and the old 32bit API is deprecated even before we have working examples.
I wouldn't worry too much that an API is "deprecated" because that rarely means it stops working. I am likely to be using many such APIs in my various applications without problems.
Unfortunately none of my Windows devices (not even this XPS-11 laptop) incorporates a GPS receiver so I'm not in a position to experiment.