Skip to content

Commit d855b5c

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 d475832 commit d855b5c

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
@@ -74,7 +74,7 @@ Now you need to open the NSH console of NuttX. To do so, follow these steps:
7474
[20614.746274] usbcore: registered new interface driver cdc_acm
7575
[20614.746277] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
7676
```
77-
- On this previous example the device is the ``ttyACM0``.
77+
- In this example the device is the ``ttyACM0``.
7878
- 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.
7979
```bash
8080
sudo minicom -D /dev/ttyACM0

0 commit comments

Comments
 (0)