update topic name

This commit is contained in:
modelec
2025-05-06 03:32:57 +02:00
parent 0de51f1b8e
commit ccef10fb43
6 changed files with 6 additions and 6 deletions

View File

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