Using Windows 10 ver. 1803 and Aduino IDE 1.6.
I have tried Windows HyperTerminal and TeraTerm.
-
Running HyperTerminal or TeraTerm first locks the serial port
then running Python gets "could not open port 'COM6': Permission Error(13, 'Access is denied.', None, 5)" -
Running Python program first apparently locks the serial port
then running HyperTerminal gets "access to port denied"
Obviously, they can't open the same port at the same time.
What's the solution to getting a Serial Monitor that runs with the Arduino at the same time.
Thanks in advance