.NET Components for Mobility

Browse by Tags

  • DiscoverDevices works intermittently

    I am exeperiencing some odd behavior from the Discover devices function. I am using VS2005 and running this code on a WM device with a MS stack and CF 2.5. I have 32feet ver 2.5. When I make a discovery call mutible devices are returned. I then evaluate the device info array to filter out devices with...
    Posted to Bluetooth (Forum) by sgibson on 06-16-2010
  • Re: How to receive differents devices on each method call DiscoverDevices(5)

    Hi, So what is the basic use of "BeginDiscoverDevices" if i am using microsoft stack? From your post above, i assume that 'BeginDiscoverDevices' does not return each device as the device responds. Thanks, Aditi
    Posted to Bluetooth (Forum) by aditib on 05-20-2010
  • How to receive differents devices on each method call DiscoverDevices(5)

    Hello people... When I use the method DiscoverDevices(5), this return 5 devices. But if I recall to this method, this return the same 5 devices, but only sometimes this return another diferents devices... Somebody know how to receive differents devices on each methos call DiscoverDevices(5). I attempted...
    Posted to Bluetooth (Forum) by omarszbz on 02-08-2010
  • Discoverdevices() differs in widcomm support v2.4

    hi, i am very happy to hear that your last release (v2.4 beta) has a widcomm support. Thank you. I downloaded and tried the bluetooth chat sample on my microsoft stack and widcomm stack PDAs. But i encountered some difference for DiscoverDevices methoed implemented to search for bluetooth on devices...
    Posted to Bluetooth (Forum) by songu on 10-19-2009
  • How to get the MAC Address of a mobile phone not Bluetooth Address?

    Hello everyone Am struggling a lot with this piece of code, am tyring to find to get the MAC Address of a mobile phone i have use the device property of the library but its giving me only the Bluetooth Address. Can someone help me please? My code is as follows: Label8.Text = "Device Address :"...
    Posted to Bluetooth (Forum) by yasin on 09-25-2009
  • 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
  • Re: using SetServiceState

    I have similar problem. We're developing GPS application (on windows mobile 5/6 platform) for automotive/drivers. ATM we're switching from using GPS Intermediate Driver API (GPSOpenDevice(), GPSGetPosition() etc) to parsing NMEA directly from COM port - no matter if it's virtual COM port...
    Posted to Bluetooth (Forum) by grzegorzaksamit on 07-15-2009
  • Discover Devices problem solved

    Let's see where is (still) the problem. If You paired Your mobile device with some other bluetooth device, then it does not matter if You say false to DiscoveryFlags this way : Dim flags As New DiscoveryFlags(False, False, True) it will not work despite the fact that You just said False both to the...
    Posted to Bluetooth (Forum) by amidar on 01-19-2009
  • Showing Paired devices which are not in range

    When searching for BT devices which are not in range all the paired devices are returened. Even the one which is not in range. Can anyone tell me how to avoid this. I think paired information is stored in Registery. If so can anyone tell me in which Reg key is that information is stored.. So i can delete...
    Posted to Bluetooth (Forum) by cyberfox1984 on 10-27-2008
  • Some ServiceRecord attributes cannot be found

    Hello, I'm trying to get attribute IDs and their values from a certain bluetooth server. Here's the relevant code snippet: for (int j = 0; j < serviceRecord.Count; j++) { label3.Text += ("\nID" + serviceRecord[j].Id.ToString("X") + ": " + GetServiceAttributeAsString...
    Posted to Bluetooth (Forum) by tilmaen on 10-23-2008
Page 1 of 3 (22 items) 1 2 3 Next >
Copyright © 2001-2010 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.