How to run a routine sequence in app designer app?

3 views (last 30 days)
Hi dear friends.
I need to run a routine sequence in my app such as one we do in MCUs.
For example I need to check my serial port input data every one second.
Can any one help me with that?

Answers (1)

Benjamin Kraus
Benjamin Kraus on 4 Apr 2022
You can use a timer to run a callback function at a periodic interval.
  2 Comments
SRii
SRii on 9 Apr 2022
I tested timer but I couldn't call a function from my app! do you have any idea?

Sign in to comment.

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!