Shay wrote : > OK guys and gals.. I've got some 16f648A chips on the way, > along with an EasyProg.. so the next step is finding some > programs that I can try out so I can get used to using the PIC. OK. It depends of course to some degree on what you put into "to using the PIC"... :-) Have you thought about language ? (My personal opinion : Assembler to start with) > The only thing I've found so far is > a LED Blink program here: > > http://www.voti.nl/blink/index_1.html#16F627 Those are mainly small programs to verify the hardware, not that much to be "program examples" in general. For one thing, they are written in JAL, which you might want to think twice about before taking that route. What you need is a small "skelleton" code that arrange the main parts of a typical application. Then you can "fill-in-the-blanks" to create your own application. And when you have written one app, you have the base for any other app (at least on the same PIC). I'll see what I have... > It's for the 628, but if read things right in the emails this > will work for the 648A also? Yes, a blink-a-led program will probably run on F627A, F628A and F648A. Jan-Erik. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist