hi guys i want to access a port but i got access denied error in anaconda IDE i even tried virtual port programs and got same error
serial = serial.Serial(port='COM8', baudrate=250000)
and this is the error:
could not open port 'COM8': PermissionError(13, 'Access is denied.', None, 5)