Will changing VID/PID on Teensy 2++ break serial driver?

Status
Not open for further replies.
I am trying to put a B&B USB server (ethernet) between two Teensy 2.0++ USB devices and my Windows PC. The server thinks the USB serial connection is a "camera", probably because of some default handling of VID/PID values. The server driver refuses to allow any more than one "camera" to be connected at one time due to bandwidth limitations.

I have a different VID/PID that the B&B server knows to be a USB serial device, so I could try changing the Teensy's usb_serial source code VID/PID to that new value. However, I believe this will break the Teensy serial driver. Is that a correct assumption? If it breaks, is there a way to fix it, perhaps with registry changes to reassign VID/PID values?
 
Status
Not open for further replies.
Back
Top