最終更新:2023-12-15 (金) 17:24:20 (131d)  

stty
Top / stty

端末ラインの設定を変更・表示する

Ubuntu/パッケージ

メモ

stty -a
stty -F /dev/ttyAMA0 

help

  • Usage: stty [-F DEVICE | --file=DEVICE] [SETTING]...
      or:  stty [-F DEVICE | --file=DEVICE] [-a|--all]
      or:  stty [-F DEVICE | --file=DEVICE] [-g|--save]
    Print or change terminal characteristics.
    
    Mandatory arguments to long options are mandatory for short options too.
      -a, --all          print all current settings in human-readable form
      -g, --save         print all current settings in a stty-readable form
      -F, --file=DEVICE  open and use the specified DEVICE instead of stdin
          --help     display this help and exit
    

setserial