Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Tool for inspecting, updating and interfacing with Harp devices.
dotnet harp.toolkit list
```

5. To display info about a device connected to a specific serial port:
5. To display info about a device connected to a specific serial port, with an optional timeout in milliseconds:

```cmd
dotnet harp.toolkit --port COM4
dotnet harp.toolkit --port COM4 --timeout 1000
```

6. To update the device firmware from a local HEX file:
Expand Down
Loading