karpiyon Posted August 11, 2020 Posted August 11, 2020 Hi, I am working on a C# plugin for DCS. I am importing my falcon BMS Voice Attack plugin to DCS. I already imported my routines for reading the user keyfile, adding all the missing unmapped keys and pressing any cockpit instrument. What I lack now a way to read the instruments. I also have a UDP interface to read the exported data using export.lua. I want to use DCS BIOS for than. I did not install it, however I downloaded the required (I think) .lus files and I am loading all of the in my export.lua. My question: How do I read data from DCS BIOS using C#? Do i need to initiate a stream or does DCS BIOS send data all the time? If it is how do I initiate it? How do I send key presses in C#? (I currently do not need this but if I want my plugin to be ported to other models it might be easier DCS BIOS How can I do that?
TruaxField Posted January 30, 2021 Posted January 30, 2021 Greetings, I have a Center Panel Display(CPD) that I used in FalconBMS that I would like to use in DCS. It was written in C# and used Shared Memory in Falcon to get data from the sim. So I would also like some kind of way to get the needed data exposed to that I could use my CPD. Have you had any success?
Recommended Posts