Advertisement
Guest User

Untitled

a guest
Dec 1st, 2011
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. samco@samco-desktop:~$ cd arduhal
  2. samco@samco-desktop:~/arduhal$ halrun arduino-vcp.hal
  3. Waiting for component 'arduino' to become ready.................................................................................Traceback (most recent call last):
  4. File "/bin/arduino", line 46, in <module>
  5. ser = serial.Serial(PORT, 9600, timeout=2)
  6. File "/usr/lib/python2.6/dist-packages/serial/serialutil.py", line 166, in __init__
  7. self.open()
  8. File "/usr/lib/python2.6/dist-packages/serial/serialposix.py", line 175, in open
  9. raise SerialException("could not open port %s: %s" % (self._port, msg))
  10. serial.serialutil.SerialException: could not open port /dev/ttyACM0: [Errno 5] Input/output error: '/dev/ttyACM0'
  11.  
  12. arduino-vcp.hal:1: arduino exited without becoming ready
  13. samco@samco-desktop:~/arduhal$
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement