Hi!
I have been working with a simulation of Arduino running in Proteus. I want to communicate this simulation with a real arduino, connected to the com port. Inside of simulation of arduino, to use the serial communication, i have to create a virtual com (with Virtual Serial Port Driver, or VSPD), to can read, in a terminal, this communication. Now, i want to extend this to a real com port and thus, work with other arduino out of my PC. So, again, i want to drive a real arduino with my simulation in proteus.
Do you know how i can do this?
PD: I tried to drive a real com with a virtual com, using the soft Virtual Serial Port Emulator, or VSPE, but didn't work.
Best regards!