January 26, 201412 yr Hi all, I have implemented a simple android app which connects by means of sockets to a computer application which interacts with FSX by using Simconnect. After several hours I have been able to accomplish my objective, all but one: when I send the event corresponding to the CLR key (regardless of L or R FMC) it remains as if clicked, this is, the whole SCRATCHPAD is cleared. Any idea on how to solve this? Thanks in advance
February 18, 201412 yr Just guessing here, but you might want to look at the DEL key. The SDK offers DEL and CLR event IDs, and although I have tried neither of them this would be my first thought.
May 3, 201412 yr Hi, apologies if this is the wrong forum to ask this. I trying to build a Cessna radio stack. I would like to use vb and simconnect to get the data from fsx. However I'm struggling; would you be able to give me some pointers on how you did your fmc software? Many thanks
June 1, 201412 yr Author What I did was to implement a .exe file which created a socket for the android communication, and implemented a simple redirection between the messages received through the socket and the events that had to be sent to FSX. Hope this helps!
Create an account or sign in to comment