@ -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,