how to write matlab code to access data from the stm32 microcontroller through usb (com 1) and how to write in text file?
Mostrar comentarios más antiguos
s = serial('COM1'); set(s,'BaudRate',4800); fopen(s);
Respuestas (0)
Categorías
Más información sobre Data Acquisition Toolbox 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!