Quote Originally Posted by freddayz View Post
Hello to all,

Is there a method "i assume there is" to read a programmed serial number value from a PIC?
I believe the other guys are off here. The programmer allows you to change any memory position at all, during programming. That way you can set a random value in your code, and change it to a specific serial number when you program. For instance, you can set "x=123" in your code, and look at where the MOVW 123 command is in the asm file, and change that to your new serial number.