Talbot

Results 12 comments of Talbot

I think this will be fixed on master as of a few days ago. Can you try to pull that down?

https://github.com/talbotmcinnis/dcs-bios-arduino-library/tree/master/src Download the code from that link, and place it in your documents/arduino/library/dcs-bios... (make sure the files overwrite existing ones to know you are in the right place). Alternatively I...

Hey. Very sorry for ghosting you for so long. Just making sure I understand you: It sounds like communication from DCS to your board works. You are saying an LED...

Great report. It sounds like you have done everything right. My specialty pretty much ends at the microcontrollers so you might need to raise the question back in discord with...

Portman is beyond what you need actually. Window resource monitor will show you what you need: http://support.moonpoint.com/os/windows/network/monitoring/resmon/NIS/ Just look for anything on port 7778.

Interesting. Definitely possible. Have you tried running socat elevated? Once socat is running you should definitely see it in listening on 7778. If not, then something has blocked it. >...

Sorry, socot sends to 7778 so it’ll be some dcs-bios or dcs itself listening on port 7778. > On Nov 19, 2021, at 08:23, speedbird5 ***@***.***> wrote: > > ...

Feel like being part of the solution? I started work on https://github.com/DCSFlightpanels/dcs-bios-arduino-library/wiki but there are plenty of sections left to fill in. There are some good tutorials out there already...

I don't understand where you got the example of "New DCS Bios script". In your first post, that delcares an array of 9 items but only lists 5. It also...

This error is actually in your sketch as you are extending dcsbios and creating a new control SwitchMultiPosBCD. As such, we were unable to update your sketch when the PollingInput...