what is the simplest way with bluetooth to let a client ( python script ) on the phone connect to a server on a pc ( python program ) ?
Printable View
what is the simplest way with bluetooth to let a client ( python script ) on the phone connect to a server on a pc ( python program ) ?
[QUOTE][i]Originally posted by mwvdh [/i]
[B]what is the simplest way with bluetooth to let a client ( python script ) on the phone connect to a server on a pc ( python program ) ? [/B][/QUOTE]
Well, see the simplebtconsole.py example in the Programming with Python for Series 60 document. That should be simple enough. On the PC end you simply have to have a listening RFCOMM serial port available and advertised.
Here's another example in case it is of any use: [url]http://otaku.org/python/s60pyX10bt.html[/url]
Both client (on the phone) and server are in python.