From 7324ae910a75bf4556c9201d4d8c8a59aa2747e9 Mon Sep 17 00:00:00 2001 From: gepebdevelopers <46838513+gepebdevelopers@users.noreply.github.com> Date: Tue, 3 Dec 2019 23:17:32 +0200 Subject: [PATCH] Replace serial port --- raspberry_pi/bluetooth_read.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,