mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Adds DmTxControllerBridge
This commit is contained in:
parent
f2bfeda074
commit
dfd7cb4411
6 changed files with 155 additions and 59 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue