Changeset 323
- Timestamp:
- 01/11/12 22:23:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Puzzlebox/Synapse/Protocol.py
r318 r323 11 11 12 12 __changelog__ = """\ 13 Last Update: 2011.12.20 13 Last Update: 2012.01.02 14 """ 15 16 __todo__ = """ 17 18 - When a "MindSet" is configured as "MindWave" hardware: 19 File "/home/sc/development/jigsaw/trunk/Puzzlebox/Synapse/Protocol.py", line 868, in run 20 self.device.device.write('\xc1') 21 22 - needs to handle: 23 serial.serialutil.SerialException: 24 could not open port /dev/rfcomm0: 25 [Errno 16] Device or resource busy: '/dev/rfcomm0' 14 26 """ 15 27 … … 72 84 Linux Bluetooth serial protocol profile example: 73 85 rfcomm connect rfcomm0 00:13:EF:00:1B:FE 3 74 75 TODO:76 - needs to handle:77 serial.serialutil.SerialException:78 could not open port /dev/rfcomm0:79 [Errno 16] Device or resource busy: '/dev/rfcomm0'80 81 86 """ 82 87
Note: See TracChangeset
for help on using the changeset viewer.