Path: news.mathworks.com!not-for-mail
From: "Ashwini Deshpande" <vd.ashwini@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Running two GUIs parallely
Date: Thu, 27 Nov 2008 05:12:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 12
Message-ID: <ggla71$hgi$1@fred.mathworks.com>
Reply-To: "Ashwini Deshpande" <vd.ashwini@mathworks.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1227762721 17938 172.30.248.35 (27 Nov 2008 05:12:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 27 Nov 2008 05:12:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1101624
Xref: news.mathworks.com comp.soft-sys.matlab:503452


Hi,

I need run 2 GUIs parallely. The following points give the basic idea of my requirement, 

1. I have 2 guis. one is input panel (which gets i/p from user)and other one is display panel (which displays warnings and some plots).
2. Display panel gui should always keep on looking for data from input panel gui.
3. At the same time status panel should also keep looking for the input from serial port.

Can anybody tell me how do i achieve this???? It would be great help for me.

Thanks in advance,
Ashwini