Serial Communication Using fwrite or fprintf
이전 댓글 표시
Hello! I am trying to set up code to use the serial function to send communicate through the serial port. On page 31-33 of this manual: http://www.biopac.com/Manuals/fnir%20cobi%20manual%20v3i.pdf It says that I can send marker synchronization. There is a table that lists byte values for different markers. How would I send this through MatLab?
I already have this code thus far:
s = serial('COM3', 'BaudRate', 9600);
fopen(s);
What can I write to send the marker through?
Thanks for your help! You'll be alleviating a lot of headaches.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Instrument Control Toolbox Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!