Accessing serial port in VB.net

  • Thread starter Thread starter ms
  • Start date Start date
M

ms

Hi,

If one wants to write to serial port say COM1 in
using VB.net how is this done? Any APIs

Thanks
 
Thanks Chris, so in CF 1.0 if one wasn't using the OpenNETCF solution
was the only way to call to unmanaged code?
 
Yes and no. There are other wrappers out there too, but all of them do the
same thing by calling the P/Invokes. In fact CF 2.0 calls the P/Invokes
itself.

-Chris
 
Back
Top