MaixPy-v1 icon indicating copy to clipboard operation
MaixPy-v1 copied to clipboard

UART dont run

Open fmaesso opened this issue 3 years ago • 0 comments

Hi, I'm using Maix bit and remaped the uart1 to pins15 and 26. When I test my script with IDE everything run fine sendig data to uart1, but when save it in the board and running stand alone the data is not sent to UART1. What I losted ? Can one help me?

fm.register(15, fm.fpioa.UART1_RX, force=True) fm.register(26, fm.fpioa.UART1_TX, force=True)

uart1 = UART(UART.UART1, 115200, 8, None, 1, timeout=1000, read_buf_len=1024)

thanks

fmaesso avatar Apr 01 '22 22:04 fmaesso