streetlifez WROTE:the numbers will then be stored and later to be downloaded into the PC.
You can store your data in the EEPROM because it's non-volatile memory and the data will remain even the power is removed.
If you're using HI-TECH C compiler, you can find the user manual in Program Files once it's installed. Scroll to page 168 and page 185. The things you need (eeprom data, read/write) are there.
To download to PC, please look at [urlhttp://www.cytron.com.my/viewProduct.php?pid=JScyEBk9HQgTIhkrNBQQGdxsIUQ0LAGlW1aGbFn4NeM=]SK40C PIC Start Up Kit[/url] product page. You can find the sample source code for PIC16F at Useful Document section. There's UART.c sample code included demonstrates send/receive between PC and PIC.