Incoming USB characters lost

I have an Arduino Pico connected to MATLAB and I use Terminated (CR/LF) trigger to read the input. Each message is about 10 to 12 characters and they come in at random intervals of a few seconds but potentially as fast as a few ms apart. It works 99% of the time or so but I am losing some character packets. It appears that if I am also writing data to disk that USB packets get dropped more often. Is there a way to make sure data isn't lost?

댓글 수: 3

Rik
Rik 2025년 5월 3일
You might have to share more details about your setup and your code.
Also, does there seem to be a relation between the interval and the chance of data loss?
Andrei
Andrei 2025년 5월 28일
Gavin, please contact MathWorks Support to investigate the issue.
Gavin
Gavin 2025년 11월 4일
Although every line sent ends with CR/LF terminator. Later invertigation has shown that the string arrived and is sitting in the Serial port's input buffer. I did a work around where the Arduino Pico sends an extra CR/LF if it doesn't hear from ML in a while (a few seconds) indicating that it's hung up. So far that's working.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB Support Package for Arduino Hardware에 대해 자세히 알아보기

제품

릴리스

R2024b

태그

질문:

2025년 5월 1일

댓글:

2025년 11월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by