.NET Components for Mobility

Browse by Tags

  • how to send msg using socket when bluetooth device connected with pc

    this is my code : bc = new BluetoothClient(); bc.Client.Connect(new BluetoothEndPoint(btaddress, service)); byte[ msg = stringTobyte("12345"); bc.Client.Send(msg, 0, 5, SocketFlags.None); It can't send msg, what's wrong? who can help me out ? thank you very much
    Posted to Bluetooth (Forum) by jacklu on 08-10-2008
  • Multiple Bluetooth Mouse

    Hi everyone! I'm developing a bluetooth application using C# and the 32feet SDK. In the application, I need to connect around 50 Bluetooth mice. What I want to do is to create several piconets using some mice as masters and the rest as slaves of the scatternet, so all the data can be transmitted...
    Posted to Bluetooth (Forum) by artagle on 06-14-2008
  • PS3 BluRay Remote Control + Bluetooth Connection

    Basically, I want to connect to this device and analyse any packets recieved by it (when a button is pressed). I am unsure how to do this and I can't even connect to the device at the moment: try { bc.Connect(new BluetoothEndPoint(BluetoothAddress.Parse("001e3d17ad47"), BluetoothService...
    Posted to Bluetooth (Forum) by Cheetah on 05-27-2008
  • Can't read serial port

    Hello, I wrote a simple application in C# to try and set up a bluetooth connection and set up a serial port service. I want to find devices around me and ask for their GPS information, this should be available trough their com ports after GPGGA in the string that i'd retreive from the com ports....
    Posted to Bluetooth (Forum) by Avalon on 04-21-2008
  • Bluetooth Dongle

    I have a very simple question that hopefully someone on here should be able to answer. Where can I get a bluetooth dongle that actually works with the 32feet bluetooth library? I have a Belkin F8T012 one, which even when using the fix in the library here to get it working using the MS Stack, isn't...
    Posted to Bluetooth (Forum) by NewDev2007 on 11-26-2007
  • Communication with Bluetooth adapter

    Hello, I'm trying to communicate with a custom built device that uses this bluetooth adapter: http://www.lintech.de/index.php?index=19&pc=4&p=13 Using the 32feet.Net library I can sucessfully establish a connection and setup a NetworkStream. The device I'm working with should respond...
    Posted to Bluetooth (Forum) by duluca on 07-17-2007
  • Re: BluetoothClient exceptions

    I finally used the socket.Connect() function (I looked at the client.Connect() code and it does the same) I am getting this kind of Exception very often: No connection could be made because the target machine actively refused it Now I am trying to connect to two kinds of devices: A Windows XP computer...
    Posted to Bluetooth (Forum) by dariosalvi on 05-23-2007
Page 1 of 1 (7 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.