@@ -89,6 +89,7 @@ The `LIST` command returns a list of the currently available serial ports. The f
89
89
"vid" : " 0x2341" ,
90
90
"serialNumber" : " EBEABFD6514D32364E202020FF10181E"
91
91
},
92
+ "hardwareId" : " EBEABFD6514D32364E202020FF10181E" ,
92
93
"protocol" : " serial" ,
93
94
"protocolLabel" : " Serial Port (USB)"
94
95
}
@@ -112,7 +113,7 @@ The immediate response to the command is:
112
113
}
113
114
```
114
115
115
- after that the discovery enters in "events" mode.
116
+ after that the discovery enters the "events" mode.
116
117
117
118
The ` add ` events looks like the following:
118
119
@@ -127,6 +128,7 @@ The `add` events looks like the following:
127
128
"vid" : " 0x2341" ,
128
129
"serialNumber" : " EBEABFD6514D32364E202020FF10181E"
129
130
},
131
+ "hardwareId" : " EBEABFD6514D32364E202020FF10181E" ,
130
132
"protocol" : " serial" ,
131
133
"protocolLabel" : " Serial Port (USB)"
132
134
}
173
175
"pid": "0x004e",
174
176
"serialNumber": "EBEABFD6514D32364E202020FF10181E",
175
177
"vid": "0x2341"
176
- }
178
+ },
179
+ "hardwareId": "EBEABFD6514D32364E202020FF10181E"
177
180
}
178
181
]
179
182
}
@@ -193,7 +196,8 @@ START_SYNC
193
196
"pid": "0x004e",
194
197
"serialNumber": "EBEABFD6514D32364E202020FF10181E",
195
198
"vid": "0x2341"
196
- }
199
+ },
200
+ "hardwareId": "EBEABFD6514D32364E202020FF10181E"
197
201
}
198
202
}
199
203
{ <--- the board has been disconnected here
@@ -214,7 +218,8 @@ START_SYNC
214
218
"pid": "0x004e",
215
219
"serialNumber": "EBEABFD6514D32364E202020FF10181E",
216
220
"vid": "0x2341"
217
- }
221
+ },
222
+ "hardwareId": "EBEABFD6514D32364E202020FF10181E"
218
223
}
219
224
}
220
225
QUIT
0 commit comments