I'm currently trying to write a program for my HTC Touch Cruise which
searches for bluetooth devices periodically and logs the discovered devices
to a log file.

If possible I would like to have the program turn the bluetooth on and off
to save battery power.

Although I would like to write it in VB .net, I don't mind trying it in C#
.net if not possible in VB .net .(both 2005).

(is it possible to run the program will the device is in sleep mode)

Re: WM6 Bluetooth scanner by Peter

Peter
Mon Mar 03 02:13:58 CST 2008

Take a look at 32feet.NET which is a shared source library for all things
Bluetooth and IrDA. It's a .NET library you can use with C# or VB.NET and
there are a couple of samples in each language:-
http://inthehand.com/content/32feet.aspx

Peter

--
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

"DJMoran" <DJMoran@discussions.microsoft.com> wrote in message
news:EBC821B5-C8C6-4A07-B557-600295EB16F8@microsoft.com...
> I'm currently trying to write a program for my HTC Touch Cruise which
> searches for bluetooth devices periodically and logs the discovered
> devices
> to a log file.
>
> If possible I would like to have the program turn the bluetooth on and off
> to save battery power.
>
> Although I would like to write it in VB .net, I don't mind trying it in C#
> .net if not possible in VB .net .(both 2005).
>
> (is it possible to run the program will the device is in sleep mode)


Re: WM6 Bluetooth scanner by Freesc

Freesc
Mon Mar 03 10:48:59 CST 2008

On Mar 3, 4:13=A0pm, "Peter Foot" <feedb...@nospam-inthehand.com> wrote:
> Take a look at 32feet.NET which is a shared source library for all things
> Bluetooth and IrDA. It's a .NET library you can use with C# or VB.NET and
> there are a couple of samples in each language:-http://inthehand.com/conte=
nt/32feet.aspx
>
> Peter
>
> --
> Peter Foot
> Microsoft Device Application Development MVPwww.peterfoot.net|www.inthehan=
d.com
> In The Hand Ltd - .NET Solutions for Mobility
>
> "DJMoran" <DJMo...@discussions.microsoft.com> wrote in message
>
> news:EBC821B5-C8C6-4A07-B557-600295EB16F8@microsoft.com...
>
>
>
> > I'm currently trying to write a program for my HTC Touch Cruise which
> > searches for bluetooth devices periodically and logs the discovered
> > devices
> > to a log file.
>
> > If possible I would like to have the program turn the bluetooth on and o=
ff
> > to save battery power.
>
> > Although I would like to write it in VB .net, I don't mind trying it in =
C#
> > .net if not possible in VB .net .(both 2005).
>
> > (is it possible to run the program will the device is in sleep mode)- Hi=
de quoted text -
>
> - Show quoted text -

Thanks Peter! :-)