Converting serial data to signal values

조회 수: 4 (최근 30일)
Kieran Roberts-Bee
Kieran Roberts-Bee 2022년 5월 11일
답변: Akash 2023년 12월 22일
Hi all,
I have a test device which outputs serial data which I'm trying to capture and convert into signals, I've been experiementing and have managed to get some progress, but I'm really struggling to deal with when the data length changes EG because a value goes into double digits. This is my current system:
At the moment the serial recieve block is set to match the data length shown in the display on the right, as soon as the data values start to increase I start to lose data. Any tips?
Thanks!

답변 (1개)

Akash
Akash 2023년 12월 22일
Hi Kieran,
I understand that you are facing challenges with capturing and converting serial data into signals when the data length changes. To address this issue, you might consider implementing delimiters to mark the start and end of your signals and working with a fixed-size signal structure.
You can utilize the following discussion link, which addresses the generation of fixed length signals from serial data transmission:-
To gain more information on how to handle variable-size signals with the 'Serial Send block' in Simulink, you may find the below provided discussion helpful:-
I hope it helps,
Thanks and regards,
Akash.

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by