Jump to content

DCS BIOS COM 4 doesn't connect


Togg

Recommended Posts

Hi all :)

 

 

I am starting to play with DCS-BIOS and an Arduino Uno board in order to create Course, Heading and radar alt commands for the F-14B

 

 

So I have a small setup with 3 rotary encoders and the followiing code:

 

 

#define DCSBIOS_IRQ_SERIAL

#include "DcsBios.h"

/* paste code snippets from the reference documentation here */

DcsBios::RotaryEncoder pltHsdKnobCrs("PLT_HSD_KNOB_CRS", "-182", "+182", 2, 3);

DcsBios::RotaryEncoder pltHsdKnobHdg("PLT_HSD_KNOB_HDG", "-182", "+182", 4, 5);

DcsBios::RotaryEncoder pltRadarAltKnob("PLT_RADAR_ALT_KNOB", "-182", "+182", 6, 7);
DcsBios::Switch2Pos pltRadarAltBit("PLT_RADAR_ALT_BIT", 8);


void setup() {
 DcsBios::setup();
}

void loop() {
 DcsBios::loop();
}

The problem, I think, comes from is the COM 4 which stays in "connecting" state

 

 

hw5HJGW.png

 

 

So nothing occurs in DCS.

 

 

Any ideas ?

Link to comment
Share on other sites

  • 2 weeks later...

I had the same problem last week with com 4 and com 5. After rebooting the PC, everything connected properly. I have 9 USB connections using the DCS BIOS Hub and this situation has only occurred once.

Regards

John W

aka WarHog.

 

My Cockpit Build Pictures...



John Wall

 

My Arduino Sketches ... https://drive.google.com/drive/folders/1-Dc0Wd9C5l3uY-cPj1iQD3iAEHY6EuHg?usp=sharing

 

 

WIN 10 Pro, i8-8700k @ 5.0ghz, ASUS Maximus x Code, 16GB Corsair Dominator Platinum Ram,



AIO Water Cooler, M.2 512GB NVMe,

500gb SSD, EVGA GTX 1080 ti (11gb), Sony 65” 4K Display

VPC MongoosT-50, TM Warthog Throttle, TRK IR 5.0, Slaw Viper Pedals

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...