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

Browse by Tags

  • Who can help me ,when pc devices connecton mobile by pin

    hao can i set pin when mobile need pin . thinks everyone.
    Posted to Bluetooth (Forum) by cology on 11-04-2008
  • Setting pin for local device?

    This is a pretty simple question but I cannot find the answer in the 32feet documentation. What class allows me to set the pin on the local device? Thanks, Mike
    Posted to Bluetooth (Forum) by dirtmike on 10-15-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
  • Non-interactive PIN

    Hi, I am trying to get a serial port service up and running but fail to get the connection accepted. The server is running on a WM6 and listens for connection attempts from another (closed) device which requires a special service name and service level security with a PIN. PROBLEM: How ever I try to...
    Posted to Bluetooth (Forum) by Niklas on 01-29-2008
  • Re: Serial Port device discovery

    I have added the following code to the Listener class: public void SetPin(string pin) { byte[ link = new byte[32]; //copy PIN if (pin != null & pin.Length > 0) { if (pin.Length > 16) { throw new ArgumentOutOfRangeException("PIN must be between 1 and 16 characters"); } //copy pin bytes...
    Posted to Bluetooth (Forum) by dariosalvi on 05-23-2007
  • Re: Serial Port device discovery

    My problem is setting the PIN without the user being promped to do. I have tried the InstalledServices but it gives the Serial service ONLY after the device has been connected (so after it has been paired). Finally I resolved the issue using this code: InTheHand.Net.BluetoothEndPoint ep = new InTheHand...
    Posted to Bluetooth (Forum) by dariosalvi on 05-11-2007
Page 1 of 1 (6 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.