getpinstatus
シリアル ピンのステータスの取得
説明
例
シリアル ピンのステータスの取得
指定したポートのシリアル ピンのステータスを取得します。
device = serialport("COM3",9600);
⋮
status = getpinstatus(device)
status = struct with fields: ClearToSend: 1 DataSetReady: 1 CarrierDetect: 1 RingIndicator: 0
入力引数
device
— シリアル ポート接続
serialport
オブジェクト
シリアル ポート接続。serialport
オブジェクトとして指定します。
例: getpinstatus(device)
は、シリアル ポート接続 device
のシリアル ピンのステータスを返します。
出力引数
status
— ピン ステータス
構造体
ピン ステータス。ClearToSend
、DataSetReady
、CarrierDetect
および RingIndicator
という logical 型のフィールドをもつ構造体として返されます。
バージョン履歴
R2019b で導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)