.NET Components for Mobility
All Tags » connect() » C# (RSS)

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
  • 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
  • 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 1 (4 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.