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

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

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Direct Interface Communication in Simulink en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!