Eric42 Posted May 17, 2021 Report Posted May 17, 2021 Hi I have MSFS, with FSUIPC7 all working, using Skydemon as my nav app. I am trying to write my own little bit of code for Android (Purebasic/Spiderbasic), but the GPS lat/long/alt info does not seem to be available to my code although Skydemon is working ok. I don't seem to be able to find anything on this elsewhere, hence this post. Any ideas would be much appreciated. Eric
John Dowson Posted May 17, 2021 Report Posted May 17, 2021 Sorry, I don't know how you would get that information on Android. FSUIPC does not run/is not supported on Android. If Skydemon has access to this, maybe ask on their support forums. Unless anyone else has an idea....?
Eric42 Posted May 17, 2021 Author Report Posted May 17, 2021 Thanks, it was a bit of a shot in the dark...
Pete Dowson Posted May 17, 2021 Report Posted May 17, 2021 48 minutes ago, Eric42 said: I am trying to write my own little bit of code for Android (Purebasic/Spiderbasic), but the GPS lat/long/alt info does not seem to be available to my code although Skydemon is working ok You might be able to use the GPSout data provided by FSUIPC. it can send it to any serial port -- for USB connected ports you would need to figure out the correct port name, but for simple Serial COM ports it's only the COM number (COM1 etc) needed, and your selection of NMEA messages (or other supported ones) needed for the data you need. Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now