How can I read Serial Data?
Mostra commenti meno recenti
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.
Risposte (1)
Walter Roberson
il 23 Nov 2022
0 voti
readline() and sscanf() using 'A%dB%dC' format
Categorie
Scopri di più su MATLAB Support Package for Arduino Hardware in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!