Update doc

This commit is contained in:
Lee Lup Yuen 2023-04-19 15:00:36 +08:00
parent 2f30980f0c
commit d731aee73e

View file

@ -1113,11 +1113,11 @@ This will be used for testing the PinePhone LTE Modem on UART3...
TODO
This is how we read the UART3 port via `/dev/ttyS1`...
This is how we read and write the UART3 port via `/dev/ttyS1`...
[hello_main.c](https://github.com/lupyuen2/wip-pinephone-nuttx-apps/blob/9b88915d00a1e8f712d9a09269a8fb593a9a518b/examples/hello/hello_main.c#L42-L68)
But the data doesn't look meaningful...
But the output from UART3 doesn't look meaningful...
[Output Log](https://github.com/lupyuen2/wip-pinephone-nuttx-apps/blob/9b88915d00a1e8f712d9a09269a8fb593a9a518b/examples/hello/hello_main.c#L217-L664)