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


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

Bluetooth Sockets

Started bySimfake Fake <simfake.mapping@gmail.com>
First post2013-07-13 18:23 +0930
Last post2013-07-13 18:23 +0930
Articles 1 — 1 participant

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


Contents

  Bluetooth Sockets Simfake Fake <simfake.mapping@gmail.com> - 2013-07-13 18:23 +0930

#50585 — Bluetooth Sockets

FromSimfake Fake <simfake.mapping@gmail.com>
Date2013-07-13 18:23 +0930
SubjectBluetooth Sockets
Message-ID<mailman.4675.1373705586.3114.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hi. I'm trying to connect to a bluetooth serial adaptor using python 3.x.
However, in python 3.3.2 win x32, I get "AttributeError: module has no
attribute AF_..." when trying to use socket.AF_BLUETOOTH, despite the docs
http://docs.python.org/3.3/library/socket.html . The code I have is very
similar to that found
http://kevindoran1.blogspot.com.au/2013/04/bluetooth-programming-with-python-3.html
I need to use python 3.x, as this is eventually going to run within
Blender. It's going to run within blender so I can use blender to visualize
and solve inverse-kinematic stuff for a robot arm.

Regards
Jak_o_Shadows

[toc] | [standalone]


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


csiph-web