Hi I´m using Matlab R2010a, target arduino , software arduino-0022,
I've uploaded the adiosrv, and had no errors uploading
When I try a=arduino('Com6') in MATLAB 2010a, I get a timeout error.
why is it happening?
what m i supposed to do in this case?
When i start with a=arduino('COM5');
it returns a error
"??? Undefined function or method 'arduino' for input arguments of type 'char'."
i can't figure out why. can anybody help me?
it works well, bot sometimes it doesnt recognize any COM port......
A question: someone have tried to send a value of angle to a servo from a variable?
i want to send an angle to a servo, but it changes depending some conditions, so i want to send something like this
target.servoWrite(10,ang);
where"ang" is variable. I have tried to program this, but matlab says it isnt a valid argument.......some ideas?
PD: sorry for bad english
Comment only