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

Browse by Tags

  • Connect without Authentication/Identification

    Hello friends... I need help... I'm from Mexico City, and I'm sorry if my English is not very good... I would like send files via Bluetooth using Brecham OBEX library without Authentication/Identification... I can send files but I want skip the Authentication/Identification, ie, without entering...
    Posted to Bluetooth (Forum) by omarszbz on 08-26-2009
  • Can I get the name of the remote device which has been connected ?

    I have wrote a program that the bluetooth adapter on the pc is connected with the remote device, but there is a problem, I can not find the mothed in the Model Documentatine of 3.2feet.NET to get the remote device's bluetooth address , just only find some mothed to get the remote device's name...
    Posted to Bluetooth (Forum) by chaosa on 04-25-2009
  • 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 (6 items)
Copyright © 2001-2010 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.