Togg Posted October 14, 2020 Posted October 14, 2020 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 So nothing occurs in DCS. Any ideas ? [sIGPIC][/sIGPIC] https://github.com/Togg-streamdeck/dcs
Rapti Posted October 14, 2020 Posted October 14, 2020 Yes it's definitely not connecting. Did you try another USB Port? Gesendet von meinem SM-G930F mit Tapatalk
Togg Posted October 15, 2020 Author Posted October 15, 2020 So USB 3.0 Hub on the screen: no USB 2.0 Hub on the keyboard: no USB 2.0 on the computer : yes Thanks :) [sIGPIC][/sIGPIC] https://github.com/Togg-streamdeck/dcs
Warhog Posted October 23, 2020 Posted October 23, 2020 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... 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
Recommended Posts