Listen to arduino from linux

From cod3v
Revision as of 12:07, 25 March 2023 by Mol (talk | contribs) (Created page with "== Introduction == == Theory == Arduino using USB cable is either * /dev/ttyUSBx * /dev/ttyACMx <pre> > ls -l /dev/ttyACM* crw-rw---- 1 root uucp 166, 0 Mar 25 20:16 /dev/ttyACM0 </pre> Set the permissions: * sudo usermod -a -G uucp '''Screen''' command: * Ctrl+a and k will kill a screen session")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

Theory

Arduino using USB cable is either

  • /dev/ttyUSBx
  • /dev/ttyACMx
> ls -l /dev/ttyACM*

crw-rw---- 1 root uucp 166, 0 Mar 25 20:16 /dev/ttyACM0

Set the permissions:

  • sudo usermod -a -G uucp


Screen command:

  • Ctrl+a and k will kill a screen session