Path: news.mathworks.com!not-for-mail
From: "Jeremy " <IITstudent@newsgroup.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Reading Serial data from RS232 Continuously
Date: Fri, 11 Apr 2008 03:48:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 5
Message-ID: <ftmn1h$560$1@fred.mathworks.com>
References: <fsdvm1$q8l$1@fred.mathworks.com> <fsg4bh$dkn$1@fred.mathworks.com> <fsg5r2$qpa$1@fred.mathworks.com> <fskosl$1fu$1@fred.mathworks.com>
Reply-To: "Jeremy " <IITstudent@newsgroup.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1207885681 5312 172.30.248.37 (11 Apr 2008 03:48:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 11 Apr 2008 03:48:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1325728
Xref: news.mathworks.com comp.soft-sys.matlab:462362



I was trying to do a similar operation but I wanted to read
the binary values in and convert them to integers and then
manipulate as necessary. I am using the rs232 to transmit in
2 bytes at a time. I want to read them in continuously. But
I am really lost as to where to start on this. Any help?