Baudrate for the communication
-
Which baudrate/communication parameters is pymakr using in a serial communcation, and where can I set it, if it does not match?
-
yes, exectly
-
Hello livius. Thank you for your swift reply. From you answer I read that pymakr assumes 115200 baud.
-
from machine import UART
import os
uart = UART(0, 115200)
os.dupterm(uart)this code should be in boot.py