Log in

View Full Version : RC Simulator?


seg9585
03-02-2006, 10:45
Does anyone know of any RC simulators (software) that I could use to test code and see printf outputs while not connected to the RC?

Jared Russell
03-02-2006, 11:43
There used to be a good one for PBASIC, but I don't know if it's still usable (doubt it unless it was updated).

MPLab has rudimentary simulation capabilities, but these are of the PIC processor itself and not the RC in its entirety, so that is likely to be of little use.

Mark McLeod
03-02-2006, 12:15
Does anyone know of any RC simulators (software) that I could use to test code and see printf outputs while not connected to the RC?
The built in MPLAB simulator is adequate for running through the default code and your changes to it. Do a search on Chiefdelphi for "_SIMULATOR"
It gets more complicated if you are heavily dependent on outside events such as interrupts or the camera packets.