Advertisement
Guest User

3ddp to dragon upload error

a guest
Dec 15th, 2016
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. Arduino: 1.6.13 (Mac OS X), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
  2.  
  3. Sketch uses 125,192 bytes (49%) of program storage space. Maximum is 253,952 bytes.
  4. Global variables use 5,418 bytes (66%) of dynamic memory, leaving 2,774 bytes for local variables. Maximum is 8,192 bytes.
  5. avrdude: ser_open(): can't open device "/dev/cu.usbmodem1441": No such file or directory
  6. ioctl("TIOCMGET"): Inappropriate ioctl for device
  7. ioctl("TIOCMGET"): Inappropriate ioctl for device
  8. avrdude: ser_send(): write error: Bad file descriptor
  9. avrdude: stk500_send(): failed to send command to serial port
  10. avrdude: stk500v2_ReceiveMessage(): timeout
  11. avrdude: ser_send(): write error: Bad file descriptor
  12. avrdude: stk500_send(): failed to send command to serial port
  13. avrdude: stk500v2_ReceiveMessage(): timeout
  14. avrdude: ser_send(): write error: Bad file descriptor
  15. avrdude: stk500_send(): failed to send command to serial port
  16. avrdude: stk500v2_ReceiveMessage(): timeout
  17. avrdude: ser_send(): write error: Bad file descriptor
  18. avrdude: stk500_send(): failed to send command to serial port
  19. avrdude: stk500v2_ReceiveMessage(): timeout
  20. avrdude: ser_send(): write error: Bad file descriptor
  21. avrdude: stk500_send(): failed to send command to serial port
  22. avrdude: stk500v2_ReceiveMessage(): timeout
  23. avrdude: ser_send(): write error: Bad file descriptor
  24. avrdude: stk500_send(): failed to send command to serial port
  25. avrdude: stk500v2_ReceiveMessage(): timeout
  26. avrdude: stk500v2_getsync(): timeout communicating with programmer
  27. the selected serial port avrdude: stk500v2_getsync(): timeout communicating with programmer
  28. does not exist or your board is not connected
  29.  
  30. This report would have more information with
  31. "Show verbose output during compilation"
  32. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement