Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Application in VB used by Windows Mobile 2003 to start a Bluetooth session

Hello,

I am to develop an application in .net, preferably using C/C++ and VB.net, so that the user of the PocketPC can start a blutooth communication session with an embedded system.
The PocketPC is using Windows Mobile 5.0

Question:
Using Visual Studio 2005 std ed, how do i acces the blutooth device in a PocketPC with Windows Mobile 5.0 from .net ? :confused:

Thanks in advance for tricks/tipps and perhaps som code.

Sicerely
[475 byte] By [PhW] at [2007-11-11 8:13:29]
# 1 Re: Application in VB used by Windows Mobile 2003 to start a Bluetooth session
A typical bluetooth enabled app looks rather like an ordinary socket-baed app, with a few minor flags and constants that indicate that the actual protocol is BT. A more detailed design is available on MSDN, check out their wireless deveopers' zone. They have some VB example but the majority of examples are in C++.
Danny at 2007-11-12 0:15:30 >