Guest User

ide arduino msg

a guest
Mar 30th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. dmesg output
  2.  
  3. 7385.582141] usb 3-3: Product: Arduino Mega 2560
  4. [ 7385.582144] usb 3-3: Manufacturer: Arduino (www.arduino.cc)
  5. [ 7385.582147] usb 3-3: SerialNumber: 7493730383635161D1C1
  6. [ 7385.582560] usb 3-3: ep 0x82 - rounding interval to 1024 microframes, ep desc says 2040 microframes
  7. [ 7385.592190] cdc_acm 3-3:1.0: ttyACM0: USB ACM device
  8. [ 7385.592583] usbcore: registered new interface driver cdc_acm
  9. [ 7385.592589] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  10.  
  11. the other commands
  12.  
  13. fersarr@fersarrPC:~$ ls -lA /dev/ttyACM0
  14. crw-rw---- 1 root dialout 166, 0 Mar 31 00:22 /dev/ttyACM0
  15. fersarr@fersarrPC:~$ sudo chmod 777 /dev/ttyACM0
  16. [sudo] password for fersarr:
  17. fersarr@fersarrPC:~$ ls -lA /dev/ttyACM0
  18. crwxrwxrwx 1 root dialout 166, 0 Mar 31 00:22 /dev/ttyACM0
  19. fersarr@fersarrPC:~$
Advertisement
Add Comment
Please, Sign In to add comment