Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: exchange data betwwen matlab and VB2005
Date: Mon, 8 Oct 2007 19:34:28 +0000 (UTC)
Organization: ST Microeletronics
Lines: 20
Message-ID: <fee0o4$qqm$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1191872068 27478 172.30.248.35 (8 Oct 2007 19:34:28 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 8 Oct 2007 19:34:28 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1351
Xref: news.mathworks.com comp.soft-sys.matlab:431876



Can someone give me an example on how to send data between 
a matlab program and a Vb2005 program.

I want to be able to send a simple string ( let's say 
"hello world" ) from a matlab script to a running program ( 
a visual basic 2005 program )

I also want to read back a string from that visual basic 
program.

There used to be DDe but that seems to have gone away.

I have a Vb program that handels access to custom 
testhardware. I need to be able to read and write data to 
that vb program from a matlab script.

I googled but can;t find a real example. ( both matlab 
script and the Vb code.)
if i can pass strings between the program's that is all i 
need. i can do the rest.