interface PS joystick with matlab
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all,
I am trying to connect PS controller with matlab i tried the code
if true
% code
arduino=serial('PORT_#0002.HUB_#0003','BaudRate',9600);
fopen(arduino);
fprintf('%s\n',fscanf(arduino,'%d'));
end
end
I got error "Open failed: Port: PORT_#0002.HUB_#0003 is not available. No ports are available."
when i write "instrfindall" it's status is closed is it the reason ?! or what ??
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Parallel Computing 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!