VB.Net 2005 Serial communications

G

Gary Frank

I'd like to write a program in VB.Net that handles serial communications to
several devices. VB.Net 2003 does not have adequate built-in serial
communications. I heard that 2005 will have that. Has this serial
communications functionality been built into 2005 Beta yet? If so, is there
any reason I can't get the Beta and create the program with serial
communications now?
 
P

Peter van der Goes

Gary Frank said:
I'd like to write a program in VB.Net that handles serial communications
to
several devices. VB.Net 2003 does not have adequate built-in serial
communications. I heard that 2005 will have that. Has this serial
communications functionality been built into 2005 Beta yet? If so, is
there
any reason I can't get the Beta and create the program with serial
communications now?
Yes, it's there.
You can download Beta2 and create your program. You need to read the terms
and conditions in the Go-Live license here:

http://lab.msdn.microsoft.com/vs2005/golive/
 
J

Jack Russell

Gary said:
I'd like to write a program in VB.Net that handles serial communications to
several devices. VB.Net 2003 does not have adequate built-in serial
communications. I heard that 2005 will have that. Has this serial
communications functionality been built into 2005 Beta yet? If so, is there
any reason I can't get the Beta and create the program with serial
communications now?
or you can buy the sax communications control I started using this
several generations of VB ago, for some reason the MS one always seemed
a bit flaky. It also offers a lot more options.
http://www.sax.net/
 
G

Gary Frank

Thanks to each of you for the information. I will be working on a project
that will take several months to finish. Therefore I have decided to get
the 2005 .net beta and use the new better serial communications code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top