Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #50768

Re: Bluetooth Sockets

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Bluetooth Sockets
Date 2013-07-16 21:00 -0400
Organization IISS Elusive Unicorn
References <CA+m2rdx-jHU5Z_hcT60ShFAvPfOsKJvoXuwkW5rqm403ZDNY2w@mail.gmail.com> <CA+m2rdx=JA_0bLv3bepi012v3ZCmFNFhpaXSVM8CvbkRpG2-AA@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.4790.1374022856.3114.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, 16 Jul 2013 15:22:27 +0930, Simfake Fake
<simfake.mapping@gmail.com> declaimed the following:

>Just bumping this, but has anybody have any personal experience with
>bluetooth in python 3? Perhaps my issue is that the windows version doesn't
>include it?
>
>
>On Sat, Jul 13, 2013 at 6:23 PM, Simfake Fake <simfake.mapping@gmail.com>wrote:
>
>> Hi. I'm trying to connect to a bluetooth serial adaptor using python 3.x.

	Windows "sockets" are pretty much restricted to just TCP/IP and UDP/IP.

	If the adapter appears to the OS as a serial port, you'd likely get
more results using the serial library http://pyserial.sourceforge.net/
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Bluetooth Sockets Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-07-16 21:00 -0400

csiph-web