Adds DmTxControllerBridge

This commit is contained in:
Neil Dorin
2018-09-27 17:27:35 -06:00
parent f2bfeda074
commit dfd7cb4411
6 changed files with 155 additions and 59 deletions

View File

@@ -27,7 +27,7 @@ namespace PepperDash.Essentials.Bridges
return;
}
Debug.Console(1, comm, "Linking device '{0}' to Trilist '{1}'", comm.Key, trilist.ID);
Debug.Console(1, comm, "Linking to Trilist '{0}'", trilist.ID.ToString("X"));
// this is a permanent event handler. This cannot be -= from event
comm.CommPort.TextReceived += (s, a) => trilist.SetString(joinMap.TextReceived, a.Text);