Bind bluetooth device to comport c#

  • Thread starter Thread starter mendo888
  • Start date Start date
M

mendo888

How do I bind a bluetooth device to a comport in a c# cf, compact
framework, application?
 
"(e-mail address removed)" a écrit :
How do I bind a bluetooth device to a comport in a c# cf, compact
framework, application?

Hello,

depending on the bluetooth stack you are using, you can either open the com
port in your application what will open the bluetooth dialog box and then you
have to select the device you want to associate. Or, you first connect you
device to your computer and then open the virtual com port corresponding to
this device.
 
Hi, thanx for the answer. I believe I have a microsoft stack. Im still
having some problems in getting it to work in an application. Do you
have soma sample code or know a tutorial for this?
In my application I read from com port 8 but to get it to work I have
to associate my pocket pc to the bluetooth device by using a wizzard in
the ppc. My problem is to do what the wizzard does, but I want to do it
in my application.
 
Back
Top