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

1 Ansicht (letzte 30 Tage)
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 Kommentar
Walter Roberson
Walter Roberson am 24 Jul. 2017
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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Run on Target Hardware finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by