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


Groups > comp.lang.python > #50768 > unrolled thread

Re: Bluetooth Sockets

Started byDennis Lee Bieber <wlfraed@ix.netcom.com>
First post2013-07-16 21:00 -0400
Last post2013-07-16 21:00 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#50768 — Re: Bluetooth Sockets

FromDennis Lee Bieber <wlfraed@ix.netcom.com>
Date2013-07-16 21:00 -0400
SubjectRe: Bluetooth Sockets
Message-ID<mailman.4790.1374022856.3114.python-list@python.org>
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/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web