update strat

This commit is contained in:
acki
2025-05-05 17:25:51 -04:00
parent 501814dab2
commit 3f2ec7082f
6 changed files with 48 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ import time
import serial
# Set the parameters for the serial connection
serial_port = '/dev/pts/12' # Modify this to your serial port (e.g., 'COM3' on Windows)
serial_port = '/dev/pts/9' # Modify this to your serial port (e.g., 'COM3' on Windows)
baud_rate = 115200 # Modify this to your baud rate
# Open the serial connection