/WhArduino

python script that trackshow many and what kind of Arduino connected to COM ports

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

WhArduino

A python script that helps tracking how many and what kind of Arduino Boards are connected to a pc via USB, and at what COM port each one of them is connected.

Dependencies

Usage

python WhArduino.py

Supported Arduino devices

  • Arduino boards listed in boards.txt along with their VID:PID

Other devices having the Arduino VID (0x2341) are shown just as Arduino without specifying their type.
Old Arduino boards that use FTDI's VID (0x0403) are shown as FTDI without specifying what product are they.
Arduino boards from other vendors are not supported yet.

What's missing

  • Support of the boards listed in boards.txt and missing VID:PID
  • A list of the different Arduino boards from other vendors and their respective VID/PID