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.

Required fields*

7
  • What is a “multiuser.target”? Commented Jul 17, 2019 at 11:23
  • It means no graphical screen, enabled with sudo systemctl set-default multi-user.target I've edited the post to clarify Commented Jul 17, 2019 at 11:24
  • Note you don't have to be root to access the serial port. If you ask another question about this, include the output of ls -ld /dev/ttyUSB0 Commented Jul 17, 2019 at 11:25
  • Without root rights screen closes immediately Commented Jul 17, 2019 at 11:26
  • That is because you don't have permission to access the file. However using root is over the top, and can open you up to security problems. You can set the permissions of the port, or give your user extra permission (probably add to dialout group) Commented Jul 17, 2019 at 11:28