Searched refs:CMD_PING (Results 1 – 3 of 3) sorted by relevance
42 static final char CMD_PING = 'P'; // Ping with a single byte field in WaltDevice232 command(CMD_PING); in ping()
24 #define CMD_PING 'P' // Ping/Pong with a single byte286 } else if (cmd == CMD_PING) {287 send_ack(CMD_PING);
82 CMD_PING = 'P' variable in Walt732 self.walt.ser.write(Walt.CMD_PING)