Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • tty tells you the terminal device that your current terminal session is connected to. Nothing to do with listing what terminal devices are available. Commented Apr 21, 2019 at 15:51
  • 1
    You are assuming a problem with serial ports. That is unlikely to be the case. Your real problem is something to do with the Arduino IDE's programming. What version of the IDE are you using and how did you install it? Commented Apr 21, 2019 at 15:53
  • I agree with Majenko and also don't believe it has anything to do with your ports. The exceptions you mentioned look like there is something wrong with your environment, maybe updating the arduino IDE or java itself will help. You could also check if the problem persists when using an older version of the IDE Commented Apr 22, 2019 at 19:18
  • To be sure that has nothing to do with the ports/serial communication, I suggest reading out the atmega with avrdude manually Commented Apr 22, 2019 at 19:19