aboutsummaryrefslogtreecommitdiff
path: root/sysmon.py
diff options
context:
space:
mode:
Diffstat (limited to 'sysmon.py')
-rw-r--r--sysmon.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysmon.py b/sysmon.py
index 0347d7c..54cd671 100644
--- a/sysmon.py
+++ b/sysmon.py
@@ -13,10 +13,10 @@ if platform.system() == "Windows":
# Constants
FILE_DESCRIPTOR = 'COM3' if platform.system() == 'Windows' else '/dev/ttyUSB0'
-BAUD_RATE = 9600
+BAUD_RATE = 115200
SERIAL_TIMEOUT = 1 # Timeout for serial operations in seconds
CONNECTION_WAIT = 6 # Time to wait for the serial connection to establish
-SEND_INTERVAL = 2 # Interval between sending data in seconds
+SEND_INTERVAL = 3 # Interval between sending data in seconds
# CPU temperature path for Linux
#CPU_TEMP_PATH = '/sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon4/temp1_input'