From: Gerhard Sittig Date: Wed, 12 Oct 2016 10:10:04 +0000 (+0200) Subject: serial-dmm: add support for Peaktech-3330 (based on FS9721) X-Git-Tag: libsigrok-0.5.0~189 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=e68c0eb4097e4a01d65c71f473a48c367e06609d;p=libsigrok.git serial-dmm: add support for Peaktech-3330 (based on FS9721) Add another DMM entry for Peaktech-3330, which is based on the FS9721 chipset. Support was tested with the CP210x based USB cable. Signed-off-by: Gerhard Sittig --- diff --git a/src/hardware/serial-dmm/api.c b/src/hardware/serial-dmm/api.c index 2c436f08..b3408bae 100644 --- a/src/hardware/serial-dmm/api.c +++ b/src/hardware/serial-dmm/api.c @@ -554,4 +554,11 @@ SR_REGISTER_DEV_DRIVER_LIST(serial_dmm_drivers, 2400, DTM0660_PACKET_SIZE, 0, 0, NULL, sr_dtm0660_packet_valid, sr_dtm0660_parse, NULL ), + DMM( + "peaktech-3330", fs9721, + "Peaktech", "3330", "2400/8n1/dtr=1", 2400, + FS9721_PACKET_SIZE, 0, 0, NULL, + sr_fs9721_packet_valid, sr_fs9721_parse, + sr_fs9721_01_10_temp_f_c + ), );