I doubt that your programmer will correctly deal with 16c5x parts. The 16c7x, 8x parts are programmed serially. That is one line is a serial data line, another is a serial clock line, and a third is just raised high to indicate programming mode. The pic 16c5x parts are parallel programmed. That is the data word is put on some 12 lines and another line gates the word into be programmed. Fred Eady sells (or at least did sell) a kit to program these parts some years ago. Or you could program a pic16c7x to receive serial data and generate the programming and data signals to make your own programmer. Fred Thompson fthompso@mail.win.org On Sat, 28 Dec 1996, Bob Joe wrote: > I bought a pic16c71,74,84,64 programmer and wish to use it to program > pic 16c54s. I am using Fred Eady's programmer (kit information in > Sept/Oct Microcomputer Journal) with revised code from Shane Anderson. > I am including both the .c program and .asm program for the onboard > chip. If anyone can help, please email me at > liukb@kirk.northernc.on.ca because this newserver loses messages. > Thanks! >