Serial Communication in GUI

3 views (last 30 days)
Pritesh Shah
Pritesh Shah on 6 Aug 2014
Commented: Pritesh Shah on 6 Aug 2014
Hi, I have connected serial object in GUI and data is coming in text field in GUI. I want that this data should refresh in 10 second.

Accepted Answer

Geoff Hayes
Geoff Hayes on 6 Aug 2014
Pritesh - you will need a timer to do this. See auto refresh of plot which can be adapted for a text field, or the FEX submission GUI examples and pay particular attention to the GUI_17 example.
By the way, is the data coming in from the serial object every ten seconds, or is just the desired refresh rate of the text field?
  1 Comment
Pritesh Shah
Pritesh Shah on 6 Aug 2014
Thanks for your answer. It is desired refresh rate. Actually, I have connected MODbus protocol by serially and TCP/IP protocol. I created GUI for the same for utility purpose. I was not able to refresh the data from different address. Now, I got from your example. Mostly, it will work. I will try in hardware setup. Any issue, I will take help from you. Once again Thank you Very much.

Sign in to comment.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!