Bluetooth and seriel emulation

M

Markus Humm

Hello,

some bluetooth devices expose a virtual serial interface, am I right?
If yes, can a given application which currently uses RS232
communications just use this one (and with it bluetooth) like it is a
RS232 device?

Greetings

Markus
 
P

Peter Foot [MVP]

In theory yes, however if you want to setup that COM port mapping
programmatically you'll need to go through some API calls either through the
MS SDK (For which I wrote this .NET wrapper - www.32feet.net) or a
third-party SDK for a specific Bluetooth stack.
Of course one option would be leave the initial bonding and setup of the
virtual COM port to the user, then from your programs perspective it's just
like connecting to any other COM port.

Peter
 

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

Top