Mike,
There isn't anything native in .NET to talk to the Serial Port, there will
be in the next version. You can still use the MSComm object by adding a
reference, the IDE will create a .NET Interop wrapper class that you can then
use in your .NET code.
> I need to write a program that takes data from a balance connected via serial
> port. In vb I would use the MSComm object. What is available in vb.net??
>
> Thanks
> Mike
Mike D - 29 Apr 2005 20:00 GMT
I found this
http://ourworld.compuserve.com/homepages/richard_grier/NETCommOCX.htm
Mike
> Mike,
>
[quoted text clipped - 8 lines]
> > Thanks
> > Mike
> I need to write a program that takes data from a balance connected via serial
> port. In vb I would use the MSComm object. What is available in vb.net??
>
> Thanks
> Mike
I have been using saxcomm for both vb and .net for some time now.