.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
  • how to create pair bluetooth serial port in window xp2?

    I have implement the bluetooth device searching and connecting , and then, I need setup pair serial ports for serial communication how to creat the pair serial ports by c#? thank you very much!
    Posted to Bluetooth (Forum) by jacklu on 08-08-2008
  • Problems on sending file to device !

    Hello! I'm trying to develop an application with bluetooth support but i have some problems on transfer of files from desktop to PC. Currently i'm working with an Windows CE 5.0 device with bluetooth support. The upper stack is Microsoft native. As i read on some posts, since the device works...
    Posted to Bluetooth (Forum) by Oliver on 11-21-2007
  • Using BluetoothSerialPort.CreateServer()

    On the PPC side, I've used BluetoothSerialPort.CreateClient() with success, including getting the available virtual serial port names from the PPC registry. Now I'm trying to use BluetoothSerialPort.CreateServer() on the PPC side, my only goal is for a specific external device to cause the PPC...
    Posted to Bluetooth (Forum) by Andy van Tol on 07-30-2007
Page 1 of 1 (4 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.