Close
0%
0%

WhArduino

A python script that tracks how many and what kind of Arduino connected to COM ports

Similar projects worth following
  • Description
  • Details
  • Files 0
  • Components 0
  • Logs 0
  • Instructions 0
  • Discussion 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:
[Python](https://www.python.org)
[PySerial](http://pyserial.sourceforge.net)

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

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates