|
|
|
@ -114,7 +114,7 @@ void CSerialPort::getStatus()
|
|
|
|
|
|
|
|
|
|
|
|
// Send all sorts of interesting internal values
|
|
|
|
// Send all sorts of interesting internal values
|
|
|
|
reply[0U] = MMDVM_FRAME_START;
|
|
|
|
reply[0U] = MMDVM_FRAME_START;
|
|
|
|
reply[1U] = 11U;
|
|
|
|
reply[1U] = 12U;
|
|
|
|
reply[2U] = MMDVM_GET_STATUS;
|
|
|
|
reply[2U] = MMDVM_GET_STATUS;
|
|
|
|
|
|
|
|
|
|
|
|
reply[3U] = 0x00U;
|
|
|
|
reply[3U] = 0x00U;
|
|
|
|
@ -177,7 +177,7 @@ void CSerialPort::getStatus()
|
|
|
|
else
|
|
|
|
else
|
|
|
|
reply[11U] = 0U;
|
|
|
|
reply[11U] = 0U;
|
|
|
|
|
|
|
|
|
|
|
|
writeInt(1U, reply, 11);
|
|
|
|
writeInt(1U, reply, 12);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void CSerialPort::getVersion()
|
|
|
|
void CSerialPort::getVersion()
|
|
|
|
|