-
Needs Python3 installed (of course since it's a python script)
-
Also needs
pyserial
(might bepython-serial
orpython3-serial
) module installed with pip -
pip install pyserial
or so -
then do
python pyserial
to run the script -
Should just work after that
successtheman/python_serialdevicechecker
Little script that prints any connected serial devices (used it when I was trying to get atmega32u4 working for gimx.fr diy adapter)
Python