I have the same issue as you do. Have you found a way to fix it?Ok , I will try, thanks
Mod: Created a new Thread, link to old Thread.
https://forum.allaboutcircuits.com/...o-send-data-to-my-arduino.175762/post-1588960
I have the same issue as you do. Have you found a way to fix it?Ok , I will try, thanks
I just spent another 3 hours looking it up, and i fixed it! You just need to close serial monitoring in arduino ide so that python can use it. Its so dumb but it works for me. I know your issue was a year ago, but if u still have it, try this.I have the same issue as you do. Have you found a way to fix it?
It’s not “dumb”, it’s expected. How can two programs use the same single channel hardware device at the same time? The “access denied” message is for the OS which has a lock on the serial port assigned to the Arduino IDE. The Python program doesn’t have permission to override that.I just spent another 3 hours looking it up, and i fixed it! You just need to close serial monitoring in arduino ide so that python can use it. Its so dumb but it works for me. I know your issue was a year ago, but if u still have it, try this.
by Aaron Carman
by Duane Benson