From 712c3eb59fb17b2a2b5456a81bb3cd891a768495 Mon Sep 17 00:00:00 2001 From: Ubi de Feo Date: Wed, 1 Mar 2023 15:37:35 +0100 Subject: [PATCH] added hardwareId to README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 83ea7fa..c3f7fc0 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ The `LIST` command returns a list of the currently available serial ports. The f "vid": "0x2341", "serialNumber": "EBEABFD6514D32364E202020FF10181E" }, + "hardwareId": "EBEABFD6514D32364E202020FF10181E", "protocol": "serial", "protocolLabel": "Serial Port (USB)" } @@ -112,7 +113,7 @@ The immediate response to the command is: } ``` -after that the discovery enters in "events" mode. +after that the discovery enters the "events" mode. The `add` events looks like the following: @@ -127,6 +128,7 @@ The `add` events looks like the following: "vid": "0x2341", "serialNumber": "EBEABFD6514D32364E202020FF10181E" }, + "hardwareId": "EBEABFD6514D32364E202020FF10181E", "protocol": "serial", "protocolLabel": "Serial Port (USB)" } @@ -173,7 +175,8 @@ LIST "pid": "0x004e", "serialNumber": "EBEABFD6514D32364E202020FF10181E", "vid": "0x2341" - } + }, + "hardwareId": "EBEABFD6514D32364E202020FF10181E" } ] } @@ -193,7 +196,8 @@ START_SYNC "pid": "0x004e", "serialNumber": "EBEABFD6514D32364E202020FF10181E", "vid": "0x2341" - } + }, + "hardwareId": "EBEABFD6514D32364E202020FF10181E" } } { <--- the board has been disconnected here @@ -214,7 +218,8 @@ START_SYNC "pid": "0x004e", "serialNumber": "EBEABFD6514D32364E202020FF10181E", "vid": "0x2341" - } + }, + "hardwareId": "EBEABFD6514D32364E202020FF10181E" } } QUIT