The solution is to use the serial number string in the usb descriptor.
Shamir
PS.
I want to update my serial number, PID , VID from the data stored in the EEPROM , is it possible ?
I tried to do that with out success; If I change the RETLW (XX) command in the descriptor to JMP / goto ... the program does RETLW with the value of the right command,
I mean:
I write MOVLW $55 ==> 0000 1110 0101 0101
(the 8 high bits are the command and the the low are the number 55)
And when I read the serial number I get $55 like the PIC ignore the command and use the RETLW command with the value 55
Dose anyone tryed it ?
Bookmarks