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

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

Accepted Answer

Toshinobu Shintai
Toshinobu Shintai on 26 Apr 2022
Serial Receiveブロックから出力されるデータは配列になっていると思いますので、「Demux」ブロックを使って要素ごとに展開できます。
各要素がuint8型であれば、「Integer to Bit Converter」ブロックで整数型の値から各ビットを展開できます。
  1 Comment
kazuya h
kazuya h on 28 Apr 2022
ありがとうございます。
いただいたアドバイスで解決できました。

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!