Skip to content

Commit 712c3eb

Browse files
authored
added hardwareId to README.md
1 parent 9b71b43 commit 712c3eb

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ The `LIST` command returns a list of the currently available serial ports. The f
8989
"vid": "0x2341",
9090
"serialNumber": "EBEABFD6514D32364E202020FF10181E"
9191
},
92+
"hardwareId": "EBEABFD6514D32364E202020FF10181E",
9293
"protocol": "serial",
9394
"protocolLabel": "Serial Port (USB)"
9495
}
@@ -112,7 +113,7 @@ The immediate response to the command is:
112113
}
113114
```
114115

115-
after that the discovery enters in "events" mode.
116+
after that the discovery enters the "events" mode.
116117

117118
The `add` events looks like the following:
118119

@@ -127,6 +128,7 @@ The `add` events looks like the following:
127128
"vid": "0x2341",
128129
"serialNumber": "EBEABFD6514D32364E202020FF10181E"
129130
},
131+
"hardwareId": "EBEABFD6514D32364E202020FF10181E",
130132
"protocol": "serial",
131133
"protocolLabel": "Serial Port (USB)"
132134
}
@@ -173,7 +175,8 @@ LIST
173175
"pid": "0x004e",
174176
"serialNumber": "EBEABFD6514D32364E202020FF10181E",
175177
"vid": "0x2341"
176-
}
178+
},
179+
"hardwareId": "EBEABFD6514D32364E202020FF10181E"
177180
}
178181
]
179182
}
@@ -193,7 +196,8 @@ START_SYNC
193196
"pid": "0x004e",
194197
"serialNumber": "EBEABFD6514D32364E202020FF10181E",
195198
"vid": "0x2341"
196-
}
199+
},
200+
"hardwareId": "EBEABFD6514D32364E202020FF10181E"
197201
}
198202
}
199203
{ <--- the board has been disconnected here
@@ -214,7 +218,8 @@ START_SYNC
214218
"pid": "0x004e",
215219
"serialNumber": "EBEABFD6514D32364E202020FF10181E",
216220
"vid": "0x2341"
217-
}
221+
},
222+
"hardwareId": "EBEABFD6514D32364E202020FF10181E"
218223
}
219224
}
220225
QUIT

0 commit comments

Comments
 (0)