Skip to content

mon/Arduino-USB-Rename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino USB Rename

Programatically rename a USB based Arduino without editing the board file.

#include "usb_rename.h"

// Product name, Manufacturer, serial
// Any argument can be left off, or NULL to keep the original Arduino name
USBRename dummy = USBRename("USB Rename Demo", "mon.im", "1234");

No other code is required - the USB stack handles the rest.

Caveats

Windows tends to consider a device with a different product name a new device - you may experience some difficulty during initial programming as it assigns a new serial port.

About

Programatically rename a USB based Arduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages