@@ -444,6 +444,7 @@ class ArduinoGUI:
if self.ser:
if self.ser.in_waiting:
try:
command = ""
command = self.ser.read_all().decode(errors='ignore').strip()
while self.ser.in_waiting:
pass
The note is not visible to the blocked user.