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 visualización (últimos 30 días)
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 comentario
Walter Roberson
Walter Roberson el 24 de Jul. de 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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Run on Target Hardware en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by