Changeset 249
- Timestamp:
- 06/11/08 15:40:38 (5 years ago)
- File:
-
- 1 edited
-
trunk/hardware/bluetoothDriver.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/hardware/bluetoothDriver.py
r226 r249 63 63 64 64 class BluetoothDriver(BusDriver): 65 """ Passive driver.65 """ Driver for bluetooth connection. 66 66 67 67 This driver only uses bluetooth socket. 68 69 @todo: dynamically get bluetooth device address.70 68 """ 71 69 def init(self): … … 117 115 c = '' 118 116 while c != '=': 119 #while not self._sock.inWaiting():120 #time.sleep(0.01)121 117 c = self._sock.recv(1) 122 118 #Logger().debug("BluetoothDriver.sendCmd(): c=%s" % repr(c))
Note: See TracChangeset
for help on using the changeset viewer.
