Hopkins wrote: > I like the look of the MikroC but is there a way to import the code into > MPLAB so that I can program a chip with ICD2? I do not know the MikroC compiler, but any decent compiler should be able to produce an "Intel hex" file. That's a file that looks something like this and usually has a .hex extension: --------- start of file -------------- :020000040000FA :040000000CEF00F011 :10000800D8CFF3FCFACFF2FCE0CF0FF04BEF05F0BE :1000180005EEF5F01CEED7F01AEC49F000EE10F002 [...] -------------------------------------- If your compiler produces such a file, you can import it into MPLAB and program your chips with MPLAB from that file. (Or use any other programmer, for that matter -- pretty everyone has support for Intel hex files.) Gerhard -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist