How to read sensor readings from serial port using simulink's serial receive block? I'm trying to plot it but I think there's some issue with datatype

2 ビュー (過去 30 日間)
Whats the datatype of data received from serial port, I'm trying to receive sensor data via serial port, it reads correctly on arduino IDE serial window but when I read data from simulink's serial receive block, it is very unrealistic. What should be settings for this serial receive block?
  1 件のコメント
Walter Roberson
Walter Roberson 2017 年 7 月 24 日
How is the data being sent? If you using serial receive block then most likely you have the arduino encoding the values as text, which requires that you receive several characters of text and convert the several characters to a numeric value by interpreting or parsing them. I speculate that instead you are reading individual bytes as if were uint8 and trying to use those as if they were the readings themselves.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeRun on Target Hardware についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by