stty -a /dev/ttyUSB1 -ixonでフロー制御をOFFにできそうだった(接続前はixonが-ixonになっていることは確認した)が、いざ接続してみるとixonになっていた
失敗2: miniterm.pyコマンドを使えるようにする
下記のコマンドでpython-serialパッケージのインストールを試みたが、エラー $ sudo apt-get update $ sudo apt install -y python-serial Reading package lists… Done Building dependency tree Reading state information… Done E: Unable to locate package python-serial
失敗3: miniterm-3.pyコマンド(?)を使えるようにする
下記のコマンドでpython3-serialパッケージをインストール $ sudo apt install python3-serial Reading package lists… Done Building dependency tree Reading state information… Done Suggested packages: python3-wxgtk3.0 | python3-wxgtk The following NEW packages will be installed: python3-serial 0 upgraded, 1 newly installed, 0 to remove and 111 not upgraded. Need to get 72.4 kB of archives. After this operation, 478 kB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu focal/main amd64 python3-serial all 3.4-5.1 [72.4 kB] Fetched 72.4 kB in 1s (71.8 kB/s) Selecting previously unselected package python3-serial. (Reading database … 249493 files and directories currently installed.) Preparing to unpack …/python3-serial_3.4-5.1_all.deb … Unpacking python3-serial (3.4-5.1) … Setting up python3-serial (3.4-5.1) …
miniterm-3.pyコマンドを実行したが、見つからない(miniterm.pyコマンドも同様) $ miniterm-3.py --help miniterm-3.py: command not found
ディスカッション
コメント一覧
まだ、コメントがありません