Simulation of Python Programs

Thread Starter

lio2000

Joined Jun 1, 2011
6
hello everyone

I was wondering
I have a project of Ultrasonic Range Finder and has some issues in hardware implementation so to save the time I thought to do the software part as a starter..
I saw in a simulation program called Multisim v11 that I can connect a micro-controller and insert a C program into it to simulate in in my circuit

Sadly I'm not using a micro-controller put I'm using a PC as a source for triggering and processing data retrieved from the circuit through a Parallel Port..
So I decided to use Python to create my own classes for easier using..
Now what I need is to simulate the program to make sure the interfacing is working in Software pace before actually interfacing in hardware

is there such a way to do so??
 
Top