]> sigrok.org Git - libsigrok.git/commit
korad-kaxxxxp: Fix max. possible current for all devices.
authorUwe Hermann <redacted>
Sun, 22 Mar 2020 15:58:54 +0000 (16:58 +0100)
committerUwe Hermann <redacted>
Sun, 22 Mar 2020 15:58:54 +0000 (16:58 +0100)
commitf5c863e57255d34ad2564f06f57ab90d090fef52
tree3d9765cfd5e5b354344d70802f32c30c98582f79
parent7415217edecb7bf1c47c58695e132bde8f0079f9
korad-kaxxxxp: Fix max. possible current for all devices.

Even though the devices/websites/manuals usually say 0..30V, the
hardware actually accepts up to 31V, both via serial as well as by
simply rotating the knob on the device (and our driver already
reflects that).

The same is true for current, it's usually 0..5A as per docs, but many
(probably all) devices accept 5.1A via serial and knob.

Thus, set the max current of all devices to 5.1A (or 3.1A for 3A
devices). We're assuming they all have this property, and we've seen
this in practice on at least three different versions of the device.
src/hardware/korad-kaxxxxp/api.c