ejubenville
Member
Is the source code for the Teensy serial driver installer available, or are there command-line options to change the default USB vendor ID and product ID?
I want to change the VID/PID used by the USB connection of the Teensy, and need to somehow alter the driver installation to use the new VID/PID so that Windows knows to use usbser.sys as the driver.
I need to change the VID/PID because I am using a third party device (B&B USB server over ethernet) that has for some reason associated the Teensy's default VID/PID with a camera device, and is refusing to allow more than one connection at a time due to bandwidth concerns. I need to connect two Teensy's at a time, and I'm pretty sure that I can get it to work if I simply remap the VID/PID to something the server already knows to be a USB serial device.
Thanks.
I want to change the VID/PID used by the USB connection of the Teensy, and need to somehow alter the driver installation to use the new VID/PID so that Windows knows to use usbser.sys as the driver.
I need to change the VID/PID because I am using a third party device (B&B USB server over ethernet) that has for some reason associated the Teensy's default VID/PID with a camera device, and is refusing to allow more than one connection at a time due to bandwidth concerns. I need to connect two Teensy's at a time, and I'm pretty sure that I can get it to work if I simply remap the VID/PID to something the server already knows to be a USB serial device.
Thanks.