How can I read Serial Data?
Show older comments
I'm sending data from arduino by Serial Port, The data is sent in this format AXXXXBYYYYC\n, I want to extract only the numbers (XXXX and YYYY) between the letters.
Answers (1)
Walter Roberson
on 23 Nov 2022
0 votes
readline() and sscanf() using 'A%dB%dC' format
Categories
Find more on MATLAB Support Package for Arduino Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!