Bluetooth support

hi, i'm searching for information on bluetooth support on the pocket pc for the .NET CF 2.0 , searching the MSDN library i haven't found almost anything, is the only way to handle a bluetooth communication with a PPC using P-Invoke , or are there classes in the CF for handling this communication

could anyone point me to the right information

Simon Garcia


Answer this question

Bluetooth support

  • dbuser123

    Hi,

    There is a new SDK called BTAccess Mobile which provides support for Managed languages to use BlueTooth. Download the SDK from here:
    http://www.high-point.com/

    Regards,
    Vikram

  • harshanandi

    can this also work for .NET CF 1.1 (smartphone C500 mobile edition 2003SE)

  • the.cypher

    btw as a new question, does someone knows of managed apis for BT on winxp

  • Pranav Garg

    http://32feet.net/

    This suite of library provides a .NET networking API for devices and desktop computers running the Microsoft Bluetooth stack, Microsoft Windows supported IrDA devices and associated Object Exchange (OBEX) services for both these mediums.

    Supported Platforms< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

    ·                     .NET Framework v1.1 / 2.0

    ·                     .NET Compact Framework v1.0 / v2.0 Beta 2

    ·                     Windows XP SP2

    ·                     Windows CE 4.2 and above

    ·                     Windows Mobile 2003 and above

    ·                     Only the Microsoft Bluetooth stack is supported - this library will not work with Broadcom and other third-party stacks.


  • i_abhor

    yep , the people at high-point plan on supporting the 2.0 CF by mid october so right now it's only cf 1.0, although a program made on the 2.0 works all right, i took the example provided by them and compiled it under the 2.0 cf,

  • Bluetooth support