Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and BorysNykytiuk committed Feb 4, 2025
1 parent 63b378b commit 6b39e69
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/lighting-app/telink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,16 @@ Baud rate: 115200 bits/s

### Using USB COM Port Instead of UART

Alternatively, the USB COM port can be used instead of UART for console
output.
Alternatively, the USB COM port can be used instead of UART for console output.

1. Build the project with the following parameter:

```bash
$ west build -b <build_target> -- -DTLNK_USB_DONGLE=y
```

2. Connect the USB cable to your device. A new serial device should appear
in your system (e.g., `/dev/ttyACM0` on Linux or a COM port on Windows).
2. Connect the USB cable to your device. A new serial device should appear in
your system (e.g., `/dev/ttyACM0` on Linux or a COM port on Windows).
3. Use your preferred terminal application (like `minicom`, `screen`, or
`PuTTY`) to connect to the newly detected serial device.
4. In your source code, ensure the following header is included and the USB
Expand Down

0 comments on commit 6b39e69

Please sign in to comment.