Re: bluetooth application development
- From: "Brian Cross [MS]" <bcross@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 18 Jul 2006 16:42:11 -0700
Actually, if you are refering to the shared-source bluetooth libraries here:
http://msdn.microsoft.com/embedded/usewinemb/ce/sharedsrccode/west/default.aspx
It does work on Windows Mobile 5.0 and above. But yes, it only works on the
Microsoft stack.
--
Brian Cross
Software Design Engineer
Windows Mobile Core and WiMobot Enthusiast
This posting is provided "AS IS" with no warranties, and confers no rights.
"Peter Foot [MVP]" <feedback@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:OUnI4KkqGHA.3256@xxxxxxxxxxxxxxxxxxxxxxx
Unfortunately there is only one solution which works with the two main
Bluetooth stacks and that's the franson product. Even going down the
virtual COM port route involves device specific code since the different
stacks have their own methods of setting up a virtual COM port.
The Microsoft shared-source library has no support for registering virtual
COM ports and it's Windows CE only, the 32feet libraries do support COM
ports and run on XP also but only for devices with the Microsoft stack.
High Point have a wrapper for the Broadcom/Widcomm stack.
Peter
--
Peter Foot
Device Application Developer MVP
www.peterfoot.net | www.inthehand.com
"davis" <davisford@xxxxxxxxx> wrote in message
news:1153154536.099844.18340@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi, the landscape for developing BT applications on .net cf / pocketpc
seems a bit convoluted given all the different stack implementations,
application libraries (that seem to have specific dependencies on stack
implementations), and microsoft's poor API support / documentation for
development of BT apps using .net cf.
I am new to this, and what I want to do seems relatively simple, but I
wonder if someone might be able to point me in the right direction.
End Goal:
There is a proprietary piece of hardware which will interface with a
pocket pc device over bluetooth. I don't know what the bt stack, etc.
is on that proprietary hardware -- someone else is developing this. I
am developing the pocketpc side. On the pocket pc side, I have windows
mobile 5.0, which appears to have the Broadcom/Widcomm stack.
The messages that are exchanged are a proprietary network protocol. I
built an application that ping/pongs these messages over Wi-Fi using
UDP. Once I get the UDP packet, I strip out the payload, interpret the
proprietary header/data, etc. I want to do the same over Bluetooth,
but I'm not even sure where to start.
I tried looking at Peter Foot's 32feet bluetooth API, but it is not
compatible with my device.
I need to develop a client/server approach with the pocketpc talking to
my laptop and my laptop simulating the hardware device that will
eventually act as the server. So, I need to develop both sides of this
application. My laptop also has integrated Bluetooth with the
Broadcom/Widcomm stack.
Q: Do I need to buy some 3rd party libraries to accomplish this?
http://franson.com/bluetools/index.asp?ref=google
http://www.high-point.com/
Q: If the answer to that is no, can I just develop some way to set up
the serial profile over the COM port? I see this page:
http://msdn.microsoft.com/embedded/usewinemb/ce/sharedsrccode/west/de...
I downloaded that code/library -- documentation is nil. I am unsure
exactly how to use it or if it will indeed work both on pocket pc and
on windows xp.
Thanks in advance!
Regards,
Davis
.
- References:
- Re: bluetooth application development
- From: Peter Foot [MVP]
- Re: bluetooth application development
- Prev by Date: Re: How is the diference about Handles MyBase.Closed and Handles MyBase.Closing
- Next by Date: Re: running applications twice
- Previous by thread: Re: bluetooth application development
- Next by thread: Re: bluetooth application development
- Index(es):
Relevant Pages
|
Loading