Beispiel #1
0
 public bool SendSerialCommand(CommunicationStrings command)
 {
     return(SerialWrite("$" + command.ToString() + "!----\n"));
 }
Beispiel #2
0
 public bool SendSerialCommand(CommunicationStrings command, string value)
 {
     return(SerialWrite("$" + command.ToString() + "*" + value + "!\n"));
 }