Filter löschen
Filter löschen

saving data from serial port communication

3 Ansichten (letzte 30 Tage)
akin hunerli
akin hunerli am 15 Mär. 2016
Beantwortet: Walter Roberson am 16 Mär. 2016
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 ?

Antworten (1)

Walter Roberson
Walter Roberson am 16 Mär. 2016

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by