Instead of using the LEDs and Buttons of SimulIDE, I want to use my own "virtual breadboard". Thus I only need the simulation of the Arduino itself. My existing application is programmed in C# and is running on the same machine. Is it possible to send the pin signals from my application to SimulIDE to be processed by the virtual Arduino and then send the outputs of the Arduino back to my application?
The website states that SimulIDE uses simavr under the hood for the actual simulation. Is that true for Windows and Linux? To summarize I need to simulate an Arduino and let it send and receive the pin states to and from my own application (similar to a virtual breadboard with sensors and motors).
The website states that SimulIDE uses simavr under the hood for the actual simulation. Is that true for Windows and Linux? To summarize I need to simulate an Arduino and let it send and receive the pin states to and from my own application (similar to a virtual breadboard with sensors and motors).