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)
s = serial('COM1'); set(s,'BaudRate',4800); fopen(s);

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!