Jump to content

Marcin_B

Members
  • Posts

    37
  • Joined

  • Last visited

About Marcin_B

  • Birthday 11/30/1972

Personal Information

  • Flight Simulators
    DCS
  • Location
    Poland
  1. Does your soft HFS (HP8) work after the last DCS update?
  2. I found the reason: the VA window was on top and DCS must be active Thanks for your help!
  3. Yes for keyboard in F-4 pilot profile
  4. Hello, I have a problem with the F-4 file: VA recognizes the command but there is no reaction. Where could be the problem?
  5. Hi. I have a problem with mission 8. After an air fight, the wingman crashes every time and the plane bounces off the water like a ball. Does anyone else have such a bug?
  6. The mission is still not working :(
  7. Unable to get clearance to taxi engine start or take off from Nellis tower.. Unable to communicate with wingman (yes I'm on correct freq) Rebooted and reloaded the mission and same issue. Reading through the threads here it appears this issue has occurred on other missions in this campaign. Any ideas?
  8. I found problem: my Uno works wrong. Under Arduino Mega2560 all works fine. Thx Ian
  9. Hi! I have any problem with NMSP in A-10C module. The LED's work the opposite way than in the module: in module is ON, in panel is OFF. Where is problem? My scatch: #define DCSBIOS_IRQ_SERIAL #include <DcsBios.h> DcsBios::LED nmspHarsLed(0x1110, 0x0200, 3); DcsBios::LED nmspEgiLed(0x1110, 0x0800, 4); DcsBios::LED nmspTislLed(0x1110, 0x2000, 5); DcsBios::LED nmspSteerptLed(0x1110, 0x8000, 6); DcsBios::LED nmspAnchrLed(0x1112, 0x0002, 7); DcsBios::LED nmspTcnLed(0x1112, 0x0008, 8); DcsBios::LED nmspIlsLed(0x1112, 0x0020, 9); void onDcsBiosFrameSync() { } void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); } I use DCS BIOS v 0.5.2 and library 0.2.11 Arduino Uno.
  10. Also doesn't work. Physical connections are correct. I tried to use Uno and Mega2560 - with no effect. Arduino Uno DCS-BIOS 0.5.0 DCS Arduino library 0.2.3
  11. Example below: #define DCSBIOS_IRQ_SERIAL #include <DcsBios.h> DcsBios::Potentiometer cmscBrt("CMSC_BRT", A0); //example 1 DcsBios::Potentiometer cmscRwrVol("CMSC_RWR_VOL", A2); //example 2 void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); } Example 1 - works fine Example 2 - no reaction (I turned the physical potentiometer but the knob in the virtual cockpit did not turn) My connection (example 2) Did the socat script connect or was there an error message? - The script attached correctly and no error message Arduino Uno DCS-BIOS 0.5.0 DCS Arduino library 0.2.3
  12. I assigned pin... Wysłane z mojego E2303 przy użyciu Tapatalka
  13. Hi! I have a problem with the function of the DCS-BIOS (A-10C): DcsBios::Potentiometer cmscRwrVol("CMSC_RWR_VOL", PIN); Doesn't works - potentiometer is OK. if anyone met this problem? Arduino Uno DCS-BIOS 0.5.0 DCS Arduino library 0.2.3
  14. Thx, all works! :)
×
×
  • Create New...