send text(M1_RIGHT) to usb
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
hi, I want to start a motor with usb driver that I made it, it works when I send text with Bascom but with matlab dose not work; this is my m file that i write for start motor: s=serial('COM2') fopen(s) fprintf(s,'M1_RIGHT') what can I do?
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 5 Mai 2013
You probably need to set the speed; you might also need to set the line terminator.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Arduino Hardware 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!