jimbauwens wrote:Wistaro wrote:Good work
Is there a way to change PID and VID values on a pic18f mcu?
I didn't find anything on google...
As USB is not implemented on hardware level, the VID/PID is probably specified in the USB library (a search through the files for the current VID/PID might help). I found the following link: http://www.picbasic.co.uk/forum/showthread.php?t=6457, however I don't know if it applies to your microcontroller.
Okay, thanks !
I gonna see that