Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PC上のアプリケーションで使用されるTTY(シリアルポート)を制御したい。使用しているプロセスを示すことで各ポートのステータスを表示するアプリケーションはありますか?どうもありがとう!
コマンドを使用してみてくださいlsof。
lsof
lsof /dev/ttyX
PIDを直接取得するには、次を使用します。
lsof -Fp /dev/ttyX