Skip to content

Commit

Permalink
added hardwareId to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ubidefeo authored Mar 1, 2023
1 parent 9b71b43 commit 712c3eb
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}
Expand All @@ -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:

Expand All @@ -127,6 +128,7 @@ The `add` events looks like the following:
"vid": "0x2341",
"serialNumber": "EBEABFD6514D32364E202020FF10181E"
},
"hardwareId": "EBEABFD6514D32364E202020FF10181E",
"protocol": "serial",
"protocolLabel": "Serial Port (USB)"
}
Expand Down Expand Up @@ -173,7 +175,8 @@ LIST
"pid": "0x004e",
"serialNumber": "EBEABFD6514D32364E202020FF10181E",
"vid": "0x2341"
}
},
"hardwareId": "EBEABFD6514D32364E202020FF10181E"
}
]
}
Expand All @@ -193,7 +196,8 @@ START_SYNC
"pid": "0x004e",
"serialNumber": "EBEABFD6514D32364E202020FF10181E",
"vid": "0x2341"
}
},
"hardwareId": "EBEABFD6514D32364E202020FF10181E"
}
}
{ <--- the board has been disconnected here
Expand All @@ -214,7 +218,8 @@ START_SYNC
"pid": "0x004e",
"serialNumber": "EBEABFD6514D32364E202020FF10181E",
"vid": "0x2341"
}
},
"hardwareId": "EBEABFD6514D32364E202020FF10181E"
}
}
QUIT
Expand Down

0 comments on commit 712c3eb

Please sign in to comment.