|
@@ -22,6 +22,13 @@ the most common use cases for the device.
|
22
|
22
|
* Setup mode implements a USB CDC-ACM command-line interface allowing
|
23
|
23
|
configuration to be loaded from and stored in flash.
|
24
|
24
|
|
|
25
|
+### New in version 1.1.0
|
|
26
|
+
|
|
27
|
+* Setup mode allows real-time renegotiation of voltage and current, complete
|
|
28
|
+ with the ability to control whether the output is enabled or disabled.
|
|
29
|
+* Allows the user to read a power supply's advertised capabilities while in
|
|
30
|
+ Setup mode.
|
|
31
|
+
|
25
|
32
|
## Prerequisites
|
26
|
33
|
|
27
|
34
|
To compile the firmware, you must first install the [GNU ARM Embedded
|
|
@@ -98,8 +105,8 @@ Connect to the PD Buddy Sink with your favorite serial console program, such as
|
98
|
105
|
greeted with a `PDBS)` prompt. The `help` command gives brief summaries of
|
99
|
106
|
each of the available commands.
|
100
|
107
|
|
101
|
|
-To configure the PD Buddy Sink to request 2.25 A at 20 V, run the following
|
102
|
|
-commands:
|
|
108
|
+For example, to configure the PD Buddy Sink to request 2.25 A at 20 V, run the
|
|
109
|
+following commands:
|
103
|
110
|
|
104
|
111
|
PDBS) set_v 20000
|
105
|
112
|
PDBS) set_i 2250
|