Close
0%
0%

windows-usbserial-rename

Change the name of any USB serial device to a custom string.

Similar projects worth following
151 views
  • Description
  • Details
  • Files 0
  • Components 0
  • Logs 0
  • Instructions 0
  • Discussion 0
Exchanging generic data between a micro controller and a computer is often done with a USB CDC serial interface. Whenever Windows detects a new USB serial device, it installs a generic driver automatically. Unfortunately the assigned name is also generic, making it harder to find in various programs. While it is possible to write custom drivers with custom device names, it is complicated to install them without a valid signature.

windows-usbserial-rename contains a single batch file (.bat) to rename any USB serial device based on the settings at the start of the file. It will automatically detect any number of devices with given VID/PID combination and update their display names. The COM port number will be appended as (COMxx), where xx is the detected number for the specific device.

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