0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Debianでシリアル通信

Last updated at Posted at 2023-05-23

FreeBSD/i386のValueStarにJJYSをつなぐと受信できなくなるので、CelronのDebianでシリアル通信して確認してみました。

hiroki@debian:~$ sudo cu -l /dev/ttyS0 -s 2400
cu: open (/dev/ttyS0): Permission denied
cu: /dev/ttyS0: Line in use
hiroki@debian:~$ sudo chmod a+rw /dev/ttyS0
hiroki@debian:~$ sudo cu -l /dev/ttyS0 -s 2400
Connected.
23052321134362305232113437230523211343823052321134392305232113440230523211344123052321134422305232113443

sudoしてるのにPermission deniedってなんか変なの。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?