通过蓝牙连接raspberry pi和arduino之间的串行通信

时间:2015-07-28 10:33:12

标签: python bluetooth

当我尝试配对上述设备时,我收到此消息 - 我按照说明进行操作 http://blog.dawnrobotics.co.uk/2013/11/talking-to-a-bluetooth-serial-module-with-a-raspberry-pi/

Traceback (most recent call last):
File "bluetooth_serial_example.py", line 23, in <module>
print bluetoothSerial.readline()
File "/usr/lib/python2.7/dist-packages/serial/serialposix.py", line 456, in read raise SerialException('device reports readiness to read but returned no data (device disconnected?)')
serial.serialutil.SerialException: device reports readiness to read
but returned no data (device disconnected?)

0 个答案:

没有答案