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
 

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

Back
Top