Ha! I found the problem.
I used the wrong interface.
Should be
ser = serial.Serial("/dev/ttyUSB0", 115200)
Surprised that someone more experienced didn't spot it.
I used the wrong interface.
Should be
ser = serial.Serial("/dev/ttyUSB0", 115200)
Surprised that someone more experienced didn't spot it.
Statistics: Posted by pd2 — Wed Jul 03, 2024 3:15 pm