Bluetooth and Serial Port Service?

G

Guest

Greetings,

I have been experimenting with bluetooth and the windows bluetooth stack and
the Widcomm stack since I am new to the bluetooth world.

I have been working with the wrapper .net class around the windows stack and
around widcomm from João Paulo Figueira. It shows how to enumerate the
devices, and enumerate the services which are found on a device. This
wrapper is very helpfull, and it provides a great wrapper around both
bluetooth stacks.

But now I am stuck at how to connect to a specific service in my case a
serial port service on a device using the window stack.

I am assuming you have to connect to that service from a device, and then
you have access to the serial port. I would then connect to that serial port
once I connect the service.
For example: Device A has a serial port service of com7, so I would connect
my service to it, and then use CreateFile() to connect to the com port. Or
the SerialPort object from .Net.

But I can't seem to figure out how to connect to a specific device's service
on using the windows bluetooth stack?

I am using the mobile 2003 device and my development is in visual studio 2005.
Thanks in advance for any suggestions!
 
G

Guest

Have you been here yet?
http://32feet.net

Peter provides a Bluetooth serial port class for the MS stack.

Thanks for the reply.
Yes I have. I am trying to learn more about the actual stack, and see how
it works myself. The 32 feet is very good, it is just I want to try to learn
about the windows stack one, and how to do certain things.
 

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

Similar Threads

Windows 10 Bluetooth Problems 2
Bluetooth via SerialPort 2
Two devices with BT by serial port profile 2
Bluetooth - Getting Started 5
Bluetooth SPP 1
Bluetooth and Serivce discovery 3
Seriel port profiles in Blutooth? 10
Bluetooth WidComm 3

Top