/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)

Primary LanguagePython

python_serialdevicechecker

  • Needs Python3 installed (of course since it's a python script)

  • Also needs pyserial (might be python-serial or python3-serial) module installed with pip

  • pip install pyserial or so

  • then do python pyserial to run the script

  • Should just work after that

No support/updates will be given, code is provided as is. Anything that happens as a result of using this script is your own problem. I am not responsible.