Two functions for same Arduino in Simulink
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a Simulink diagram which contains 2 s-functions (or Matlab function) to control my Arduino. In first function i read serial port, in second one i write servo angle. So i have to define two different object for the same COM port and it gives error. My arduino has a code inside so i cannot use external mode or Arduino IO package.
I tried to make one decleration as global all around the diagram but it gives error because it is not one of the proper data types for data memory.
What should i do?
0 commentaires
Réponses (0)
Voir également
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!