Hey,
I just started the Mobile Rover which is part of the Engineering Kit.
I've been trying to communicate with the MRK1000 board through MATLAB.
I went to device manager to get the COM number and it states it is COM5 but everytime I type it in I get this message:
a = arduino(' COM5', 'MKR1000', 'libraries', 'Arduino/MKRMotorCarrier');
Unable to find Arduino hardware at COM5. First argument must be a valid serial port, Bluetooth address/name or IP
address/hostname.
What did I set up wrong??
Thanks