Microchip MPLAB IDE
From Kathmann Labs
[edit] Microchip MPLAB IDE
- The Microchip MPLAB IDE is the IDE that comes with the developers kits and the ICD2. It's pretty well laid out, and has some really nice options while debugging like automatically converting hex to decimal for you and vice versa. It also has some really cool tools like the Visual Initializer where you can select the chip you are working with, then drag and drop the options onto it, and set the channels. It then creates the code you would need to initalize the chip the way you would like it to operate. This is for things such as configuring timers, UART, IO channels, etc.

