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