Skip to content

Commit 2cd10f3

Browse files
Juan Flores MuñozFranFin
andauthored
Update _docs/tutorials/advanced/nuttx/tcp_echo/index.md
Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com>
1 parent d855b5c commit 2cd10f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • _docs/tutorials/advanced/nuttx/tcp_echo

_docs/tutorials/advanced/nuttx/tcp_echo/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Now you need to open the NSH console of NuttX. To do so, follow these steps:
7575
[20614.746277] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
7676
```
7777
- In this example the device is the ``ttyACM0``.
78-
- Open this port with your serial communication app. There are different serial communications applications, but we're goint to use on this tutorial [minicom](https://linux.die.net/man/1/minicom). Type the next command to execute it.
78+
- Open this port with your serial communication app. There are different serial communication applications, but in this tutorial we're going to use [minicom](https://linux.die.net/man/1/minicom). Type the next command to execute it.
7979
```bash
8080
sudo minicom -D /dev/ttyACM0
8181
```

0 commit comments

Comments
 (0)