1
0
forked from tanchou/Verilog

Update serial communication code: change COM port in read_rx.py and add ESP32 command interpretation in esp32_read.py

This commit is contained in:
Gamenight77
2025-04-23 11:50:26 +02:00
parent bd49b7949e
commit 2b7582808e
3 changed files with 158 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
import serial
import time
ser = serial.Serial('COM6', 115200)
ser = serial.Serial('COM5', 115200)
ser.timeout = 1
# Boucle pour lire les données du port série