Hello is there an Arduino Simulator for Windows that can be detected by Arduino IDE through a Virtual COM Port?
I've seen simulator online but I can't seem to find a simulator that can be programmed using the Arduino IDE through a Virtual COM port.
-
6Possible duplicate of Can I program for Arduino without having a real board?J. Piquard– J. Piquard2016年11月29日 17:56:53 +00:00Commented Nov 29, 2016 at 17:56
1 Answer 1
One of the option is using Proteus simulator with Arduino library. You can build the program via Arduino IDE, then export the compiled binary (.hex file). Proteus also provided virtual terminal feature (not Virtual COM).