Working with a bluetooth virtual com port

  • Thread starter Thread starter Steve Custer
  • Start date Start date
S

Steve Custer

I need to create a Pocket PC app that communicates with Bluetooth devices
via a virtual comport. Ideally, I will write this in VB .NET. I am having
trouble finding the correct namespace that gives me access to the com ports.
I would really appreciate any suggestions.

Thank you.
 
..NETCF doesn't inherently have any COM port functionality, but there are
third party options available, such as the OpenNETCF.IO.Serial namespace
within the Smart Device Framework (www.opennetcf.org/sdf/)

Peter
 
Back
Top