From fd0b9bd19efeaaca6897eb547b2f65f5d3b65218 Mon Sep 17 00:00:00 2001 From: Shawn Tan Date: Mon, 13 Jul 2026 15:54:39 +0800 Subject: [PATCH] Update README with timeout parameter for checking serial port I only discovered this option recently (was terminating the process manually before) and it is a little bit buried unless people bring up the --help, so briefly mentioning in the README might help surface this option. --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 1763169..fc2c97a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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: