Ignore:
Timestamp:
Aug 20, 2012, 2:45:39 PM (12 years ago)
Author:
chronos
Message:
  • Added: TDeviceConnector in PinConnection package for generalized routing serial data to various TCommNode objects.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • PinConnection/UCommConcentrator.pas

    r414 r416  
    115115  FPins.Concentrator := Self;
    116116  FMain := TCommPin.Create;
     117  FMain.Node := Self;
    117118  FMain.OnSetSatus := MainSetStatus;
    118119  FMain.OnReceive := MainReceive;
Note: See TracChangeset for help on using the changeset viewer.