Hi 1. a have a new Korad KA 3005P Power supply. Unfortunately it was not recognized:
./sigrok-cli -d korad-kaxxxxp:conn=/dev/ttyACM1 --show Driver functions: Power supply Scan options: conn serialcomm sr: korad-kaxxxxp: Unknown model ID 'KORAD KD3005P V2.0' detected, aborting. No devices found. But it was quite easy to fix: --- a/src/hardware/korad-kaxxxxp/api.c +++ b/src/hardware/korad-kaxxxxp/api.c @@ -51,6 +51,8 @@ static const struct korad_kaxxxxp_model models[] = { "VELLEMANLABPS3005DV2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}}, {KORAD_KA3005P, "Korad", "KA3005P", "KORADKA3005PV2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}}, + {KORAD_KA3005P, "Korad", "KA3005P", + "KORAD KD3005P V2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}}, /* Sometimes the KA3005P has an extra 0x01 after the ID. */ {KORAD_KA3005P_0X01, "Korad", "KA3005P", "KORADKA3005PV2.0\x01", 1, {0, 31, 0.01}, {0, 5, 0.001}}, 2. I was just wondering if any frontend for sigrok is available a) to mesaure current und voltage and b) to controll the power supply (setting voltage & current) Thanks, Sven ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel