Jump to content

maffoA10

Members
  • Posts

    2
  • Joined

  • Last visited

About maffoA10

  • Birthday 05/28/1972

Personal Information

  • Flight Simulators
    P3d
    DCS
  • Location
    Murca, Spain
  • Interests
    Aviation, Sailing

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. We have built a 2 spitfire sims using dcs as the backdrop.. amazing fun but we want to show the wings, nose and propeller without the canopy. does anybody know how that is done?
  2. Hi Everybody, i've already fallen at the first hurdle in building a DCS based simpit! Any help would be much appreciated.. Where i am - i have followed the set up doc in detail, but must be missing something! I have v0.10.0+64 DCS Bios installed along with the library I have connected both a Mega & Nano boards successfully I completed a successful blink test of both I launched a very basic sketch using IRQ Serial to try and get the master warning light to trigger the arduinos onboard led to check connectivity. The process followed was; I disconnected the Com port via DCS dashboard Uploaded the sketch (below) Connected the com port via DCS dashboard Launched DCS, unpaused and triggered the master warning in the Av8B - I expected to see the Arduinos onboard light flashing but it didn't, i have read and re read through the docs and cannot get any arduino i have to connect. I have unloaded and reloaded dcs bios multiple times just in case Script used: #define DCSBIOS_IRQ_SERIAL #include "DcsBios.h" /* paste code snippets from the reference documentation here */ DcsBios::LED mWarning(0x780c, 0x1000, 13); void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); } Any help or advice would be much appreciated Thanks
×
×
  • Create New...