uart.init() method for the Zephyr port of MicroPython
Posted: Fri Aug 06, 2021 5:41 pm
Can someone please tell me if uart.init() method is supported in the Zephyr port of MicroPython or is there any other alternative that I can use?
On trying to do uart.init() I get an error as follows:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'UART' object has no attribute 'init'
Thank you!!
On trying to do uart.init() I get an error as follows:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'UART' object has no attribute 'init'
Thank you!!