필터 지우기
필터 지우기

saving data from serial port communication

조회 수: 2 (최근 30일)
akin hunerli
akin hunerli 2016년 3월 15일
답변: Walter Roberson 2016년 3월 16일
i have a problem with serial communication the problem is that i m using arduino to get sound with microphone i m recieving into the matlab but i cant save it as a vector
s = serial('COM4');
fopen(s)
record(s,'on')
fprintf(s,'*IDN?')
out = fscanf(s);
fclose(s)
this part of my program
could you help me ?

답변 (1개)

Walter Roberson
Walter Roberson 2016년 3월 16일

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by