Sign in
|
Join
|
Help
|
Search
.NET Components for Mobility
Home
Products
Services
Blogs
Forums
Library
Downloads
About
All Tags
»
WinCE
»
bluetooth
(RSS)
Browse by Tags
Bluetooth Exception Error
BluetoothClient Connect exception
BluetoothRadio
C#
connect()
connecting
listener
mobile
visual basic
It is posible that .... ?
Hi, it s posible to have a program just in the pocket pc that send and retrieve files from desktop pc using bluetooth, without having any program in the desktop?? Having, of course, the software that came whith the usb bluetooth.
Posted to
Bluetooth
(Forum)
by
melilla
on 11-20-2008
Re: Cannot connect to another device! Help!
Perfect!! I change the declaration of the client for this: Dim bc As BluetoothClient And add bc=new BluetoothClient before connect. Thanks a lot!!
Posted to
Bluetooth
(Forum)
by
melilla
on 11-20-2008
Re: Cannot connect to another device! Help!
Now i activate and diactivate the bluetooth. But i have another problem, when i connect then disconnect and try to connect a second time, doesnt matter witch bluetoothdevice i got the error: InTheHand.Net.Sockets.BluetootClient My code for connect: If br.PrimaryRadio.Mode = RadioMode.PowerOff Then Try...
Posted to
Bluetooth
(Forum)
by
melilla
on 11-20-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
Re: 32feet.NET does not support the Bluetooth stack on this device.
the other question : BluetoothClient.DiscoverDevices() doesn't find any devices . I don't know why ? who can help me out ? thank you very much!
Posted to
Bluetooth
(Forum)
by
jacklu
on 07-08-2008
32feet.NET does not support the Bluetooth stack on this device.
I want search all bluetooth equipment in window xp2, this is my code : BluetoothAddress[ address_array = new BluetoothAddress[1000]; private Thread search_thread; private Thread send_thread; private void button_find_devices_Click(object sender, EventArgs e) { this.button_find_devices.Enabled = false;...
Posted to
Bluetooth
(Forum)
by
jacklu
on 07-07-2008
Re: How to check the state of bluetooth in PDA?(turn on or turn off)
thank you very much
Posted to
Bluetooth
(Forum)
by
jacklu
on 07-07-2008
How to check the state of bluetooth in PDA?(turn on or turn off)
I want to check that bluetooth is turned on or turned off in PDA with the tool of c# who can tell me ?? thank you very much
Posted to
Bluetooth
(Forum)
by
jacklu
on 07-03-2008
Re: Are outbound and inbound port different?
How to read the correct bluetooth outbound port from the registry in PDA? Who can tell me ? thank you very much
Posted to
Bluetooth
(Forum)
by
jacklu
on 07-01-2008
Page 1 of 2 (12 items) 1
2
Next >
Copyright © 2001-2008
In The Hand Ltd
. All rights reserved.
Terms of Use
and
Privacy Policy
.