when i try to use the Arduino software serial monitor and the visual studio application that communicates via serial at the same time, VS says that access to the port is denied. (VS points me to SerialPort1.Open())
how can i use the serial communication in VS 2010 and the serial monitor at the same time?
*the application is a simple 2 buttons that send 1 or 0 to the arduino to turn a led on/off.
BTW it works fine when i don't use the serial monitor.