.NET Components for Mobility

Browse by Tags

  • Re: Cannot connect to another device! Help!

    Perfect!! I change the declaration of the client for this: Dim bc As BluetoothClient And add bc=new BluetoothClient before connect. Thanks a lot!!
    Posted to Bluetooth (Forum) by melilla on 11-20-2008
  • Re: Cannot connect to another device! Help!

    Now i activate and diactivate the bluetooth. But i have another problem, when i connect then disconnect and try to connect a second time, doesnt matter witch bluetoothdevice i got the error: InTheHand.Net.Sockets.BluetootClient My code for connect: If br.PrimaryRadio.Mode = RadioMode.PowerOff Then Try...
    Posted to Bluetooth (Forum) by melilla on 11-20-2008
  • Re: Cannot connect to another device! Help!

    Good morning! Thanks for the reply. THAT SOLVE MY PROBLEM. I did declare the BluetoothClient but whitout the word "New". Thank you so much. Now i have another question: when i try to connect without activating first the bluetooth i have an error. I need to activate it by code. How can i do...
    Posted to Bluetooth (Forum) by melilla on 11-20-2008
  • Cannot connect to another device! Help!

    Hi, im new trying with bluetooth. Im trying to use Inthehand in vb .net 2005 with a htc. I want to connect to another device, but i got an error: Null reference y the line with ****** next, here is my code, thanks for the atention. Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System...
    Posted to Bluetooth (Forum) by melilla on 11-18-2008
  • 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
Page 1 of 2 (11 items) 1 2 Next >
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.