Showing posts with label visual basic. Show all posts
Showing posts with label visual basic. Show all posts
Wednesday, 23 May 2012
Monday, 26 December 2011
Connecting Arduino to Flight Simulator X
Introduction
Welcome to my tutorial on how to connect Arduino to Microsoft Flight simulator.This is the easiest method I found.
FSX SDK exists but lacks of documentation, is not useful as it requires huge amount of code. I wanted something easy and after some research I was able to connect to FSX using the FSUIPC API. Please note that to get some of the functionality you have to register FSUIPC. And I thought sharing this with the world, maybe someone will benefit. In this ``tutorial`` I will explain the process and not just give you the code. I believe in understanding not just knowing.
System design
Amazing system design :)
Subscribe to:
Posts (Atom)
Reset numbering for Screenshots Win+PrtSc
I was using today the screen shot functionality of Windows 8.1 Win Key + PrtSc How to reset the numbering?
.png)
-
Introduction Welcome to my tutorial on how to connect Arduino to Microsoft Flight simulator. This is the easiest method I foun...
-
I was using today the screen shot functionality of Windows 8.1 Win Key + PrtSc How to reset the numbering?
-
Why the new JFrame terminates the application when we close it? Lets investigate.