以下みたいな形で設定してログインする。
hogehoge@pc:~$ cu -s 9600 -l /dev/ttyUSB0
cu: open (/dev/ttyUSB0): Permission denied
cu: /dev/ttyUSB0: Line in use
一般ユーザでやるときはパーミッションを変える
hogehoge@pc:~$ sudo chmod 666 /dev/ttyUSB0
hogehoge@pc:~$ cu -s 9600 -l /dev/ttyUSB0
以上
Go to list of users who liked
More than 5 years have passed since last update.
以下みたいな形で設定してログインする。
hogehoge@pc:~$ cu -s 9600 -l /dev/ttyUSB0
cu: open (/dev/ttyUSB0): Permission denied
cu: /dev/ttyUSB0: Line in use
一般ユーザでやるときはパーミッションを変える
hogehoge@pc:~$ sudo chmod 666 /dev/ttyUSB0
hogehoge@pc:~$ cu -s 9600 -l /dev/ttyUSB0
以上
Register as a new user and use Qiita more conveniently
Go to list of users who liked