diff --git a/raspberry_pi/bluetooth_read.py b/raspberry_pi/bluetooth_read.py index bc77872..816df82 100644 --- a/raspberry_pi/bluetooth_read.py +++ b/raspberry_pi/bluetooth_read.py @@ -3,7 +3,7 @@ import serial import json ser = serial.Serial( port='/dev/rfcomm1', - baudrate = 9600, + baudrate = 115200, parity=serial.PARITY_NONE, stopbits=serial.STOPBITS_ONE, bytesize=serial.EIGHTBITS,