VB.Net 2005 Serial communications

  • Thread starter Thread starter Gary Frank
  • Start date Start date
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?
 
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/
 
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/
 
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.
 
Back
Top