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