How can I read Serial Data?
Mostrar comentarios más antiguos
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.
Respuestas (1)
Walter Roberson
el 23 de Nov. de 2022
0 votos
readline() and sscanf() using 'A%dB%dC' format
Categorías
Más información sobre MATLAB Support Package for Arduino Hardware en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!