how to write matlab code to access data from the stm32 microcontroller through usb (com 1) and how to write in text file?
Show older comments
s = serial('COM1'); set(s,'BaudRate',4800); fopen(s);
Answers (0)
Categories
Find more on Data Acquisition Toolbox 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!