Two functions for same Arduino in Simulink

1 次查看(过去 30 天)
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 个)

类别

Help CenterFile Exchange 中查找有关 Arduino Hardware 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by