Hi, i have a AVR robotics kit,...and a usb programmer for programming it..i need to control the robot using matlab....ca u please help ????thanx in advance...
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Control of the robot using AVR atymega8 kit...and also i want to have a serial communication using USB....and my kit does nt have manufacturer id or model no or anything ....how to communicate it????
0 commentaires
Réponses (1)
David Sanchez
le 20 Mai 2013
When you connect your kit to USB port, it'll be assign a COM number ( COM2, COM12...whatever, check it out). Create a serial object with
serial()
You can read/write to your port with
freadf
fwritef
Voir également
Catégories
En savoir plus sur Robotics System Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!