Search

Page 1 of 1 (3 items)
  • Re: About Bluetooth,OpenNETCF,32feet

    sorry,the poor format:  put it here again:  private void Search_Click(object sender, EventArgs e) {     textBox1.AppendText("Discovering Devices...\n");     BluetoothDeviceInfo[] bluetoothDeviceInfo = blueToothClient.DiscoverDevices(6);;     ...
    Posted to Articles and Resources (Forum) by Nemo on 11-22-2011
  • About Bluetooth,OpenNETCF,32feet

    I use a USB bluetooth dongle connect to PC,it's been enumerated as a COM device,now i want to develop an application communicate with a bluetooth module,the device searching is finished such as: using System.Net.Sockets; using OpenNETCF; using OpenNETCF.Net; using OpenNETCF.Net.Bluetooth; using OpenNETCF.Net.Sockets; private void ...
    Posted to Articles and Resources (Forum) by Nemo on 11-07-2011
  • How to implement a BT pairing/communication between a USB BT dongle and BT module with OpenNETCF?

    I use a USB bluetooth dongle connect to PC,it's been enumerated as a COM device,now i want to develop an application communicate with a bluetooth module,the device searching is finished such as:   using System.Net.Sockets; using OpenNETCF; using OpenNETCF.Net; using OpenNETCF.Net.Bluetooth; using OpenNETCF.Net.Sockets; private void ...
    Posted to Articles and Resources (Forum) by Nemo on 11-06-2011
Page 1 of 1 (3 items)