sipeed / M1s_BL808_example

M1s_BL808_example
Apache License 2.0
66 stars 14 forks source link

any example of uart? #11

Open listzhouyu opened 1 year ago

listzhouyu commented 1 year ago

what is the count of uart? any example of uart rx and tx

wonderfullook commented 1 year ago

Many c906_app examples contain uart usage

ArpeggioP commented 1 year ago

I agree with the issue

It needs example about uart. The example ony contains about the uart but with pikastd

It needs uart example with pure

taorye commented 1 year ago

Have a search on "vfs_uart_init_simple_mode", then you will know how to use its uart. "aos_open/close/read/write" are all you need if you have no intention of understanding the lower level.