.NET Components for Mobility

Browse by Tags

  • Serial Port .NET 1.1

    I'm writing an application to read data from a serial port. Unfortunatly due to system restrictions I can only use v1.1 of the .NET framework. All the help files I have read reference v2.0 of the framework. How do I implement the serial port in v1.1?
    Posted to Bluetooth (Forum) by jacklu on 08-27-2008
  • Problem with HP IPaq

    Few weeks ago a wrote a desktop program with the InTheHand.Net library. I had the problem of the widcom stack. Fortunatly I found, in this page, the way to change the drivers of my bluetooth to use the windows stack. Now I'm writting an application to a HP iPAQ and I have the same problem. The error...
    Posted to Bluetooth (Forum) by Nacho on 08-11-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
  • ObexFileTransfer Server problem

    hi,all, I want creat a Bluetooth ObexFileTransfer Server , how to do, give me a sample or a little prompt. Thanks!
    Posted to Bluetooth (Forum) by George 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
  • 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
  • How to change Bluetooth local DeviceName in c# ?

    How to change Bluetooth local DeviceName in c# ?
    Posted to Bluetooth (Forum) by George on 08-07-2008
  • Strange Question with sw.close

    Hi,I'm develop an application with C# for Windows mobile 5 After I connect to an devices (GUID service is serial port),I use this: StreamWriter sw = new StreamWriter(bluetoothClient.GetStream()); sw.Write("AT0011111111;\r"); MessageBox.Show("OK!", "Success"); sw.Close...
    Posted to Bluetooth (Forum) by K9998 on 07-24-2008
  • localEP?

    OS:windows ce6.0 code: #region Serialize /// <summary> /// Serializes endpoint information into a <see cref="SocketAddress"/> instance. /// </summary> /// <returns>A <see cref="SocketAddress"/> instance containing the socket address for the endpoint.<...
    Posted to Bluetooth (Forum) by George on 07-22-2008
  • Can't find PInvoke DLL 'BthUtil.dll' in windows ce6.0

    OS: windows ce6.0 code: private void btnFind_Click(object sender, EventArgs e) { try { BluetoothRadio.PrimaryRadio.Mode = RadioMode.Discoverable; bluetoothClient = new BluetoothClient(); InTheHand.Net.Sockets.BluetoothDeviceInfo[ bluetoothDeviceInfo = (new BluetoothClient()).DiscoverDevices(10, false...
    Posted to Bluetooth (Forum) by George on 07-22-2008
Page 1 of 12 (114 items) 1 2 3 4 5 Next > ... Last ยป
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.