Skip to content
Advertisement

Tag: serial-port

PySerial [Error 5] Access is Denied

I am trying to write a program in Python that will loop to keep checking the serial port (COM4) and print out a message when the character “1” is read from the serial port. I want to send “1” over the serial port from an Arduino gadget upon the push of a button. However, I get the error “[Error 5]:

Advertisement