Getting started with microcontroller programming….
22 07 2008Learning to program microcontrollers is easy. Thanks to microcontroller simulator softwares, you dont physically need microcontrollers or the hardware to program them. Tese softwares emulate the behavior of several microcontrollers. PIC Simulator is one software which can emulate microcontrollers in the PIC series. I downloaded the trial version of PIC Simulator IDE from http://www.oshonsoft.com/pic.html .

The IDE is quite easy to use. You can either use BASIC or Assembly language. Compilers for both are rovided with this. Really nice piece of software I would say!






Good post.