Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: compare data from serial
Date: Thu, 11 Mar 2010 15:06:06 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 2
Message-ID: <hnb0su$l7u$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1268319966 21758 172.30.248.35 (11 Mar 2010 15:06:06 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 11 Mar 2010 15:06:06 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 2229205
Xref: news.mathworks.com comp.soft-sys.matlab:615964


Hi guys.
Can anybody help me in comparing my data from the serial port. The steps goes like this, I have send two data from the serial port from MCU(digital) to MATLAB then I want to graph the two data. I want to get the data from the serial port at an interval of .5seconds and flush the inputbuffer for the next update from the serial port data. I want to implement this because I want to send a command to my MCU after such time that the desired condition has been met. Thanks guys.