Whenever the base station sends a write command to the rover, the miniboard replies with a short packet confirming successful transmission. Currently, the rover software does not do anything with this information, apart from issuing a qDebug statement.
Should the base station do more with this information? Perhaps if the base station locked down the serial thread until it receives this packet, emitting a signal if the wait times out.