|
@@ -1,5 +1,7 @@
|
1
|
1
|
# PD Buddy Sink Serial Console Configuration Interface
|
2
|
2
|
|
|
3
|
+Version 1.0.0, 2017-06-05
|
|
4
|
+
|
3
|
5
|
The PD Buddy Sink can be put into setup mode by holding the Setup button while
|
4
|
6
|
plugging it into a computer. In this mode, the device does not perform any USB
|
5
|
7
|
Power Delivery communications, instead running a configuration console over a
|
|
@@ -214,3 +216,16 @@ capital V. For example: `20.00 V`
|
214
|
216
|
The `i` field holds the fixed current of the configuration object, in amperes.
|
215
|
217
|
The field's value is a floating-point decimal number, followed by a space and a
|
216
|
218
|
capital A. For example: `2.25 A`
|
|
219
|
+
|
|
220
|
+## USB Descriptors
|
|
221
|
+
|
|
222
|
+The PD Buddy Sink can be identified by the following USB device descriptors:
|
|
223
|
+
|
|
224
|
+* idVendor: 0x1209 (InterBiometrics, or pid.codes)
|
|
225
|
+* idProduct: 0x9DB5 (PD Buddy Sink)
|
|
226
|
+
|
|
227
|
+The device's firmware version number is given in the iSerial descriptor. The
|
|
228
|
+version number follows [Semantic Versioning][]. The serial console
|
|
229
|
+configuration interface is the API that the version number describes.
|
|
230
|
+
|
|
231
|
+[Semantic Versioning]: http://semver.org/
|