Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #50768 > unrolled thread
| Started by | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| First post | 2013-07-16 21:00 -0400 |
| Last post | 2013-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.
Re: Bluetooth Sockets Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-07-16 21:00 -0400
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Date | 2013-07-16 21:00 -0400 |
| Subject | Re: 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/
Back to top | Article view | comp.lang.python
csiph-web