From 4b7862bea12b3a9854f8a2db44b633110bb10ef9 Mon Sep 17 00:00:00 2001 From: Neucrack Date: Sat, 11 May 2024 22:15:55 +0800 Subject: [PATCH] fix uart --- examples/maixpy_v1/comm_uart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/maixpy_v1/comm_uart.py b/examples/maixpy_v1/comm_uart.py index 327e6296..676fe946 100644 --- a/examples/maixpy_v1/comm_uart.py +++ b/examples/maixpy_v1/comm_uart.py @@ -2,7 +2,7 @@ from maix import time -uart_A = UART("/dev/ttyUSB0", 115200) +uart_A = UART("/dev/serial0", 115200) time.sleep_ms(100) # wait uart ready