@ -0,0 +1 @@
.venv
@ -0,0 +1,3 @@
from serial import Serial
ser = Serial('COM4', 9600)
s = ser.read(100) # read up to one hundred bytes
The note is not visible to the blocked user.