If you have set the #noprotect fuse, your program memory can be read. This is not directly the code you wrote (because if it were it would be reverse engineering, and this is very very difficult), it ...
I need send a number from my pc to pic, but i only know to send it as string. I tried the scanf function, but the code stop working. Tried the atoi function too, but unsuccessful.