Hi,
I'm trying to create an Escape Room, where I have a C# backend, using CmdMessenger.
I would like to create a generic solution where I can have the (multiple) Arduino backend read the signals and send the signals where needed.
I've checked out CmdMessenger and it works for the most of my questions, but I would like to have some kind of library where I can say: if ArduinoX button Y is pressed, then give signal, if Server button Z is pressed then tell Arduino Z is HIGH, without defining the ports on the Arduino.
Furthermore, I would like to have some kind of system where I can recognize the Arduino connected, despite what ComPort.
I'm using both original Uno's and some knockoff Nano's.
Can anybody help me?