Example #1
0
 public void SendMaxLoad() => ComPorts.SendBytes($"{ComPortIndex}MAX{ToCString(InitialLoad)}");
Example #2
0
 public void SendLocalLoad()
 {
     ComPorts.SendBytes($"{ComPortIndex}VAL{ToCString(CurrentLoad)}");
     WriteLine($"    {this}: Value set to {ToCString(CurrentLoad)}");
 }