« Return to Thread: [Fwd: Re: Bluetooth examples?]

[Fwd: Re: Bluetooth examples?]

by Alex Mandel-2 :: Rate this Message:

Reply to Author | View in Thread

Looks like I forgot to send to the list

-------- Original Message --------
As far as I remember on PPC it's treated as a serial device, and if you
trigger to open that device (Usually COM7) it will use the built-in
discovery and connect tools.

So this code should work, I'm pretty sure I used it with a bluetooth gps.
http://www.siafoo.net/library/23

Alex

René Dudfield wrote:

> hello...
>
> After a little googling I found this...
> http://mail.python.org/pipermail/pythonce/2007-January/001747.html
>
> If you do figure out a way please let me know... I'd probably find this
> useful too :)
>
>
> cu,
>
>
> On Wed, May 20, 2009 at 8:41 PM, David McNab <rebirth@...> wrote:
>
>> Hi,
>>
>> Does anyone have any examples of Bluetooth programming for PocketPC in
>> Python?
>>
>> Specifically I'm wanting to write a PocketPC python program to:
>>  - discover nearby bluetooth devices
>>  - connect to one of these
>>  - send and receive data
>>  - close the connection
>>
>> Cheers
>> David
>>
>>
>>
>> _______________________________________________
>> PythonCE mailing list
>> PythonCE@...
>> http://mail.python.org/mailman/listinfo/pythonce
>>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> PythonCE mailing list
> PythonCE@...
> http://mail.python.org/mailman/listinfo/pythonce


_______________________________________________
PythonCE mailing list
PythonCE@...
http://mail.python.org/mailman/listinfo/pythonce

 « Return to Thread: [Fwd: Re: Bluetooth examples?]