PIC and schematic simulation software?

Thread Starter

evios

Joined Nov 9, 2008
29
Hi, is any software out there which has both the function of PIC programming and schematic? I mean i can load the code inside the PIC, then runs simulation? :p
 

thatoneguy

Joined Feb 19, 2009
6,359
Most C Compilers have an IDE that will simulate devices such as LEDs and LCDs. For GNU/Linux, there is a package called piklab. I'm unsure if it is ported to other operating systems or not.

National Instruments Multisim will do full schematic capture/circuit simulation of linear/analog and digital components, as well as simulate several microcontrollers. Unfortunately, the version that has all those features is around $5k.
 

hashoot

Joined Jun 9, 2009
11
if u like flowcharts, Flowcode has the ability of Simulation and programming. it gives u LCD,7seg,ADC testing,switch,LEds,serial port,gLCD,some environment for Robot testing and much more. also it gives u the C code of the flowchart u have made and u can use C like tag code in flowcharts. flowcode has PIC , AVR and ARM versions with a good library to learn.

but i still prefer Proteus for Simulation, it's more powerful.
 
Top