CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2005
    Posts
    17

    Question Creating Bluetooth Socket in C#

    Hi all,
    I have to develope a server client application in C# by which two device connected through bluetooth can communicate or talk.

    For that i have to create bluetooth socket in C#. I am using OpenNETCF library for this. The classes in OpenNETCF.NET.Sockets name space like BluetoothClient, BluetoothListener etc...

    Can any one send me any piece of raw code by which i can create a server socket for listening by polling and a client socket for connection using the above classes. Or just how can i create a simple bluetooth socket using the above classes...........

    Thanks
    Lucky

  2. #2
    Join Date
    Sep 2005
    Posts
    63

    Talking Re: Creating Bluetooth Socket in C#

    view this site franson.com you can use the bluetools sdk that yo can download from this site

  3. #3
    Join Date
    Jun 2010
    Posts
    1

    Re: Creating Bluetooth Socket in C#

    Does anyone know a free alternative?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured