VB.net and the RS-232 port

  • Thread starter Alan P. Summerlin
  • Start date
A

Alan P. Summerlin

Hello All,

I am about to start a new job and one of my first tasks will be to port an
old VB (for DOS) application to VB.net. I have quite a bit of experience
with VB 6.0 and no experience with VB.net (or VB for DOS). This application
requires communications with external devices over the serial port (RS-232).
I have written applications with VB 6.0 that perform serial communications
over the serial port using the MSComm control, and I am quite comfortable
using the MSComm control. I've read that ActiveX is not supported under
VB.net, therefore I assume that the MSComm control will not be supported.
The application needs to be capable of running on Win9x, Win2K, WinMe and
WinXP. Here are two basic (no pun intended) questions:

What OS'es support VB.net applications?

How does one access the serial port (RS-232) using VB.net?


Thanks in advance!

Alan
 
P

Pieter Philippaerts

Alan P. Summerlin said:
I've read that ActiveX is not supported under VB.net

Sure they are.
The application needs to be capable of running on Win9x, Win2K, WinMe and
WinXP. What OS'es support VB.net applications?

VB.NET applications run on Windows 98, ME NT4, 2K, XP and 2K3. They do not
run on Windows 95.
How does one access the serial port (RS-232) using VB.net?

http://www.codeworks.it/net/VBNetRs232.htm

Regards,
Pieter Philippaerts
Managed SSL/TLS: http://www.mentalis.org/go.php?sl
 

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