IRQ_RXIDLE in UART?

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
hlovatt
Posts: 68
Joined: Thu Aug 15, 2019 3:52 am
Location: Sydney

IRQ_RXIDLE in UART?

Post by hlovatt » Fri Jul 03, 2020 5:40 am

Anyone know what IRQ_RXIDLE in pub.UART does? Not documented. Which methods, arguments?

Thanks,

Howard.

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: IRQ_RXIDLE in UART?

Post by shaoziyang » Sat Jul 04, 2020 2:14 am

UART receive callback is not perfect now, it is works, but not stable. You may try my irqUART for UART receive.

viewtopic.php?f=15&t=8579
https://github.com/micropython-Chinese- ... sc/irqUART

Post Reply