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


Groups > comp.lang.python > #50768

Re: Bluetooth Sockets

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'url:sourceforge': 0.03; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tcp/ip': 0.09; 'python': 0.11; 'windows': 0.15; '>on': 0.16; 'adapter': 0.16; 'bumping': 0.16; 'message-id:@4ax.com': 0.16; 'port,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'library': 0.18; 'trying': 0.19; 'appears': 0.22; 'url:home': 0.24; 'header:X-Complaints-To:1': 0.27; "doesn't": 0.30; "i'm": 0.30; '13,': 0.31; 'restricted': 0.31; 'anybody': 0.35; 'but': 0.35; 'version': 0.36; 'charset:us- ascii': 0.36; 'received:76': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'personal': 0.63; 'more': 0.64; 'results': 0.69; 'serial': 0.72; 'jul': 0.74; 'bluetooth': 0.91; '2013': 0.98
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Bluetooth Sockets
Date Tue, 16 Jul 2013 21:00:46 -0400
Organization IISS Elusive Unicorn
References <CA+m2rdx-jHU5Z_hcT60ShFAvPfOsKJvoXuwkW5rqm403ZDNY2w@mail.gmail.com> <CA+m2rdx=JA_0bLv3bepi012v3ZCmFNFhpaXSVM8CvbkRpG2-AA@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host adsl-76-249-23-192.dsl.klmzmi.sbcglobal.net
X-Newsreader Forte Agent 6.00/32.1186
X-No-Archive YES
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4790.1374022856.3114.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1374022856 news.xs4all.nl 15863 [2001:888:2000:d::a6]:43150
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:50768

Show key headers only | 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