[PythonCE] Bluetooth examples?

2009-05-20 Thread David McNab
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

Re: [PythonCE] Bluetooth examples?

2009-05-20 Thread René Dudfield
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 wrote: > Hi, > > Does anyone have any ex

Re: [PythonCE] Bluetooth examples?

2009-05-20 Thread David McNab
On Wed, 2009-05-20 at 20:52 +1000, 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 :) FWICT the best approach