how to write matlab code to access data from the stm32 microcontroller through usb (com 1) and how to write in text file?
20 views (last 30 days)
Show older comments
s = serial('COM1'); set(s,'BaudRate',4800); fopen(s);
0 Comments
Answers (0)
See Also
Categories
Find more on Get Started with Embedded Coder Support Package for STMicroelectronics STM32 Processors 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!