Linux Platform
b''
RFID file loaded OK
heure change 0
heure change 1
heure change 2
heure change 3
heure change 4
refresh setting timer
Set the new time and date to PI
sudo date -s '2019-9-9 19:56:0'
09/09/19 19:55:45
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/serial/serialposix.py", line 490, in read
'device reports readiness to read but returned no data '
serial.serialutil.SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.5/tkinter/__init__.py", line 1562, in __call__
return self.func(*args)
File "/usr/lib/python3.5/tkinter/__init__.py", line 608, in callit
func(*args)
File "/home/pi/Documents/PiArdumower/PiArdu.py", line 561, in checkSerial
mymower.dueSerialReceived=Due_Serial.readline()
File "/usr/lib/python3/dist-packages/serial/serialposix.py", line 497, in read
raise SerialException('read failed: {}'.format(e))
serial.serialutil.SerialException: read failed: device reports readiness to read but returned no data (device disconnected or multiple access on port?)