how to write matlab code to access data from the stm32 microcontroller through usb (com 1) and how to write in text file?
이전 댓글 표시
s = serial('COM1'); set(s,'BaudRate',4800); fopen(s);
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Data Acquisition Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!