Azzera filtri
Azzera filtri

Instrument Control Toolbox 内のSerial Receive, Serial Configurat​ionを用いてUSB​からのシリアル出力結​果を各データビットご​とに振り分けるには、​どのブロックを使用す​るとよいですか?

1 visualizzazione (ultimi 30 giorni)
シリアル通信の出力結果をScopeによって表示することまでは出来たのですが、各データビットを周期的に観測するためにデータビットごとの出力結果を出したいです。

Risposta accettata

Toshinobu Shintai
Toshinobu Shintai il 26 Apr 2022
Serial Receiveブロックから出力されるデータは配列になっていると思いますので、「Demux」ブロックを使って要素ごとに展開できます。
各要素がuint8型であれば、「Integer to Bit Converter」ブロックで整数型の値から各ビットを展開できます。

Più risposte (0)

Categorie

Scopri di più su Direct Interface Communication in Simulink in Help Center e File Exchange

Prodotti


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!