Send Arduino acquisition to host PC

2 vues (au cours des 30 derniers jours)
Marco
Marco le 3 Fév 2014
Commenté : Marco le 15 Fév 2014
Hi, I have an Arduino Mega2560 that acquires an I2C signal from a gyro in external mode or building model into the hardware. I need to use this signal in an other independent simulink model and so I tried with Arduino Serial port block but it supports uint8 data type signals only and my signal is int16. I tried also with serial blocks from Instrument control toolbox in external mode but it returns following error:
Failed to open serial port '\\.\COM12'. The reported error code is: 5 or 0x00000005. Possible causes are:
a) The target is not powered on.
b) The specified port number is not correct.
c) The specified bit rate is not supported by the host machine.
d) The previous connection was not closed correctly. If this is the case, you may need to re-start MATLAB.
but using no serial communication acquisition works. Is there a way to transmit signal data from Arduino to host PC without losing signal information ?

Réponses (1)

Rolfe Dlugy-Hegwer
Rolfe Dlugy-Hegwer le 7 Fév 2014
Hi Marco, Use External mode with a To File block, as described in http://www.mathworks.com/help/simulink/ug/tune-and-monitor-model-running-on-target-hardware.html . Please post a note here letting us know if that works for you...
  1 commentaire
Marco
Marco le 15 Fév 2014
I solved it using byte pack/unpack blocks. But I will try your way as soon as possible. Thanks.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Arduino Hardware 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!

Translated by