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

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

Accepted Answer

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

More Answers (0)

Categories

Find more on Direct Interface Communication in Simulink in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!