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:
@@ -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
|
||||
|
Reference in New Issue
Block a user