Quote:
|
Originally Posted by seg9585
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.