@@ -152,6 +152,7 @@ int main(int argc, char* argv[])
serial.setTimeout(posix_time::seconds(5));
serial.setDTR(false);
serial.setRTS(false);
serial.setRAW();
boost::this_thread::sleep(posix_time::milliseconds(5000));
line = serial.readStringUntil("\n");
The note is not visible to the blocked user.