mirror of
https://github.com/lupyuen/pinephone-nuttx.git
synced 2025-01-12 20:58:34 +08:00
Update doc
This commit is contained in:
parent
2f30980f0c
commit
d731aee73e
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue