1 2 3 4 5 6 7 8 9 10 11 12 13
|
>>> ================================ RESTART ================================
>>>
Traceback (most recent call last):
File "C:\Documents and Settings\id079382\Desktop\test1.py", line 3, in <module>
rs=serial.Serial(3)
File "C:\Python25\lib\site-packages\serial\serialutil.py", line 156, in __init__
self.open()
File "C:\Python25\lib\site-packages\serial\serialwin32.py", line 55, in open
raise SerialException("could not open port: %s" % msg)
SerialException: could not open port: (5, 'CreateFile', 'Access is denied.')
>>> |
Partager