This series adds basic support for the Chroma 61604 AC source. It's a nice source, with RS232 and GPIB options standard, AC frequency control, DC offset voltage, and the ability to connect three of them for a three-phase output.
But in this patch series, we're not doing any of that. It's a little awkward trying to fit an AC Source in an infrastructure designed with DC supplies in mind. What I've done, is take the concepts which are common, and implement those, trying to touch the generic infrastructure as little as possible. The two changes to the infrastructure are needed to allow sigrok to identify the board and reset the event bits if a protection was triggered -- this also conveniently silences the beeper. Please disregard the old *IDN patch I sent in a different thread. I didn't realize git-send-email does funny things to the author. Enjoy! Alexandru Gagniuc (3): scpi: Accept *IDN responses with more than four tokens scpi-pps/protocol: Accept integers as responses to bool queries scpi-pps: Add profile for Chroma 61604 AC Source src/hardware/scpi-pps/profiles.c | 58 ++++++++++++++++++++++++++++++++++++++++ src/hardware/scpi-pps/protocol.c | 4 ++- src/scpi/scpi.c | 2 +- 3 files changed, 62 insertions(+), 2 deletions(-) -- 2.2.0.rc0.207.ga3a616c ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel