<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/164847</link>
    <title>MATLAB Central Newsreader - Continuous polling with RS232 Matlab GUI</title>
    <description>Feed for thread: Continuous polling with RS232 Matlab GUI</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Fri, 29 Feb 2008 12:05:02 -0500</pubDate>
      <title>Continuous polling with RS232 Matlab GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/164847#418184</link>
      <author>jim smith</author>
      <description>I've made a GUI in matlab to read data via RS232 and plot &lt;br&gt;
it to a graph. The only problem is I have to keep pressing &lt;br&gt;
a button to send a 'getdata' command to my microcontroller &lt;br&gt;
via RS232 so it sends the data back. I want to implement &lt;br&gt;
this in continuously/real time so I don't have to keep &lt;br&gt;
pressing a button to communicate with my device. I've &lt;br&gt;
written while loops and that just freezes my program, i've &lt;br&gt;
also tried a checkbox so if it's checked it gets data and &lt;br&gt;
that also freezes the GUI. &lt;br&gt;
&lt;br&gt;
Just wanted to know if there is a successful way to get &lt;br&gt;
real time data without crashing my program, thanks</description>
    </item>
    <item>
      <pubDate>Fri, 29 Feb 2008 12:08:01 -0500</pubDate>
      <title>Re: Continuous polling with RS232 Matlab GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/164847#418185</link>
      <author>Jason </author>
      <description>&quot;jim smith&quot; &amp;lt;jimsmith@mathworks.com&amp;gt; wrote in message &lt;br&gt;
&amp;lt;fq8sde$g79$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I've made a GUI in matlab to read data via RS232 and plot &lt;br&gt;
&amp;gt; it to a graph. The only problem is I have to keep &lt;br&gt;
pressing &lt;br&gt;
&amp;gt; a button to send a 'getdata' command to my &lt;br&gt;
microcontroller &lt;br&gt;
&amp;gt; via RS232 so it sends the data back. I want to implement &lt;br&gt;
&amp;gt; this in continuously/real time so I don't have to keep &lt;br&gt;
&amp;gt; pressing a button to communicate with my device. I've &lt;br&gt;
&amp;gt; written while loops and that just freezes my program, &lt;br&gt;
i've &lt;br&gt;
&amp;gt; also tried a checkbox so if it's checked it gets data and &lt;br&gt;
&amp;gt; that also freezes the GUI. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Just wanted to know if there is a successful way to get &lt;br&gt;
&amp;gt; real time data without crashing my program, thanks&lt;br&gt;
&lt;br&gt;
Hi Jim, unfortunately I can't help you out but I also am &lt;br&gt;
interested in plotting RS232 transported data would you be &lt;br&gt;
able to share your code with me?&lt;br&gt;
thnaks&lt;br&gt;
Jason</description>
    </item>
    <item>
      <pubDate>Sun, 09 Mar 2008 07:38:03 -0400</pubDate>
      <title>Re: Continuous polling with RS232 Matlab GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/164847#419835</link>
      <author>Ved Vernekar</author>
      <description>Jim would you be able to share ur code with me?? im working&lt;br&gt;
on some thing similar my id is vedvern@hotmail.com</description>
    </item>
    <item>
      <pubDate>Sat, 29 Mar 2008 20:46:02 -0400</pubDate>
      <title>Re: Continuous polling with RS232 Matlab GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/164847#423515</link>
      <author>Mick Foo</author>
      <description>&quot;jim smith&quot; &amp;lt;jimsmith@mathworks.com&amp;gt; wrote in message &lt;br&gt;
&amp;lt;fq8sde$g79$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I've made a GUI in matlab to read data via RS232 and &lt;br&gt;
plot &lt;br&gt;
&amp;gt; it to a graph. The only problem is I have to keep &lt;br&gt;
pressing &lt;br&gt;
&amp;gt; a button to send a 'getdata' command to my &lt;br&gt;
microcontroller &lt;br&gt;
&amp;gt; via RS232 so it sends the data back. I want to implement &lt;br&gt;
&amp;gt; this in continuously/real time so I don't have to keep &lt;br&gt;
&amp;gt; pressing a button to communicate with my device. I've &lt;br&gt;
&amp;gt; written while loops and that just freezes my program, &lt;br&gt;
i've &lt;br&gt;
&amp;gt; also tried a checkbox so if it's checked it gets data &lt;br&gt;
and &lt;br&gt;
&amp;gt; that also freezes the GUI. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Just wanted to know if there is a successful way to get &lt;br&gt;
&amp;gt; real time data without crashing my program, thanks&lt;br&gt;
&lt;br&gt;
hi jim, i m doin a similiar gui, can u share wit me ur &lt;br&gt;
codes, i will b very grateful!</description>
    </item>
    <item>
      <pubDate>Sun, 30 Mar 2008 02:39:01 -0400</pubDate>
      <title>Re: Continuous polling with RS232 Matlab GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/164847#423547</link>
      <author>SmartEngineer </author>
      <description>&quot;jim smith&quot; &amp;lt;jimsmith@mathworks.com&amp;gt; wrote in message &lt;br&gt;
&amp;lt;fq8sde$g79$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I've made a GUI in matlab to read data via RS232 and &lt;br&gt;
plot &lt;br&gt;
&amp;gt; it to a graph. The only problem is I have to keep &lt;br&gt;
pressing &lt;br&gt;
&amp;gt; a button to send a 'getdata' command to my &lt;br&gt;
microcontroller &lt;br&gt;
&amp;gt; via RS232 so it sends the data back. I want to implement &lt;br&gt;
&amp;gt; this in continuously/real time so I don't have to keep &lt;br&gt;
&amp;gt; pressing a button to communicate with my device. I've &lt;br&gt;
&amp;gt; written while loops and that just freezes my program, &lt;br&gt;
i've &lt;br&gt;
&amp;gt; also tried a checkbox so if it's checked it gets data &lt;br&gt;
and &lt;br&gt;
&amp;gt; that also freezes the GUI. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Just wanted to know if there is a successful way to get &lt;br&gt;
&amp;gt; real time data without crashing my program, thanks&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
You may look at the post &quot;Read Serial Port from RS232 &lt;br&gt;
Continuously&quot; under serial port tag.&lt;br&gt;
&lt;br&gt;
Hope that helps you.</description>
    </item>
    <item>
      <pubDate>Sun, 30 Mar 2008 09:01:04 -0400</pubDate>
      <title>Re: Continuous polling with RS232 Matlab GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/164847#423576</link>
      <author>Mick Foo</author>
      <description>&quot;jim smith&quot; &amp;lt;jimsmith@mathworks.com&amp;gt; wrote in message &lt;br&gt;
&amp;lt;fq8sde$g79$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I've made a GUI in matlab to read data via RS232 and &lt;br&gt;
plot &lt;br&gt;
&amp;gt; it to a graph. The only problem is I have to keep &lt;br&gt;
pressing &lt;br&gt;
&amp;gt; a button to send a 'getdata' command to my &lt;br&gt;
microcontroller &lt;br&gt;
&amp;gt; via RS232 so it sends the data back. I want to implement &lt;br&gt;
&amp;gt; this in continuously/real time so I don't have to keep &lt;br&gt;
&amp;gt; pressing a button to communicate with my device. I've &lt;br&gt;
&amp;gt; written while loops and that just freezes my program, &lt;br&gt;
i've &lt;br&gt;
&amp;gt; also tried a checkbox so if it's checked it gets data &lt;br&gt;
and &lt;br&gt;
&amp;gt; that also freezes the GUI. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Just wanted to know if there is a successful way to get &lt;br&gt;
&amp;gt; real time data without crashing my program, thanks&lt;br&gt;
&lt;br&gt;
hi jim, i m doin a similiar gui, can u share wit me ur &lt;br&gt;
codes, i will b very grateful! and this my email:&lt;br&gt;
odick85@yahoo.com</description>
    </item>
    <item>
      <pubDate>Wed, 09 Apr 2008 21:09:02 -0400</pubDate>
      <title>Re: Continuous polling with RS232 Matlab GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/164847#425732</link>
      <author>Jeremy </author>
      <description>I am working to get an FPGA to communicate through rs232 and&lt;br&gt;
read it into Matlab. If you wouldn't mind sharing your code&lt;br&gt;
or  giving some hints on where to start I would appreciate&lt;br&gt;
it so much. Thank you.&lt;br&gt;
&lt;br&gt;
Jeremy&lt;br&gt;
&lt;br&gt;
email: LukeGlue@hotmail.com</description>
    </item>
  </channel>
</rss>

