.NET Components for Mobility
All Tags » XP (RSS)

Browse by Tags

  • Speed of bluetooth socket connection

    Hi all, I am writing a Win XP application in C# (using a MS stack BT-stick) to connect to a bluetooth remote device using SPP profile. Everything works fine, I can discover the device and connect with BluetoothClient.Connect(...) using a BluetoothEndPoint with SerialPort service. I can transfer data...
    Posted to Bluetooth (Forum) by tommes on 01-11-2010
  • OBEX problem with Widcomm when MS Stack dongle present

    First of all I would like to say that the InTheHand library is just brilliant. Many thanks for developing it! I am working on a WinForms application (all examples run on Windows XP SP3) that is to use two Bluetooth Dongles (one for each Bluetooth Stack: Widcomm and Microsoft) in order to provide increased...
    Posted to Bluetooth (Forum) by mermich on 11-29-2009
  • Bluetooth discovery on XP/Vista

    Hi, I have a program written using the 32Feet 2.4 libraries and a Widcomm stack that discovers bluetooth devices in the area and then decides which to send a pair request to or add a serial port connection to, etc. This works fine on XP SP2, however when I try to run the same program on Vista with the...
    Posted to Bluetooth (Forum) by claire on 07-09-2009
  • Re: Call back function

    Hi Alan, Thank you for your reply; I should give some more information about the issue, my bad. I am trying to develop an application on windows XP SP2 desktop environment. Desktop app has to respond to quickly appearing and disappearing devices and external devices try to authenticate and send files...
    Posted to Bluetooth (Forum) by okan1969 on 07-06-2009
  • Send file to device using custom service

    Hi I am new to the 32feet.Net Library but i am an experienced .NET programmer. I am trying to write some code to send a file to a client program on a WM6 device using a custom service. I followed the example in the DeviceApplicationBT5 example but i can not connect to the service i specified. I am running...
    Posted to Bluetooth (Forum) by createSoftware on 06-15-2009
  • Bluetooth Marketing Software, Help!

    I am developing a software for Bluetooth Marketing, add several files to be sent, but each file sent to the cell to receive requests for confirmation, other software do not do it, why? try obex , obex-push, obex-ftp and nothing work! Somebody help me? In Visual Basic Please!
    Posted to Bluetooth (Forum) by paulotwing on 05-21-2009
  • Send various file, without confirm one by one

    I need send more than one file to cell, but without confirm one by one. Example I send one.gif, two.gif, .... So check the first order in the other would automatically. Please Help Me! VB.net
    Posted to Bluetooth (Forum) by paulotwing on 05-17-2009
  • Controlling connect timeout when pairing required...any ideas?

    Hi, I'm using BluetoothClient.BeginConnect() / EndConnect() on WinXP to try to control the connect timeout and have a few questions. I'm using the following approach: IAsyncResult connectResult = client.BeginConnect() connectResult.AsyncWaitHandle.WaitOne(m_connectTimeout, false ); ... What I...
    Posted to Bluetooth (Forum) by markwhite00 on 09-09-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
  • Re: how to create pair bluetooth serial port in window xp2?

    who can tell me how to communication after connected to the bluetooth device in xp2??? serial communication or socket communication ???
    Posted to Bluetooth (Forum) by jacklu on 08-08-2008
Page 1 of 2 (20 items) 1 2 Next >
Copyright © 2001-2010 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.