]> sigrok.org Git - libsigrok.git/commitdiff
serial-dmm: add support for Peaktech-3330 (based on FS9721)
authorGerhard Sittig <redacted>
Wed, 12 Oct 2016 10:10:04 +0000 (12:10 +0200)
committerUwe Hermann <redacted>
Wed, 2 Nov 2016 22:23:56 +0000 (23:23 +0100)
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 <redacted>
src/hardware/serial-dmm/api.c

index 2c436f080e313c8866d2388e5612b6b63028c0bb..b3408bae9c9b5890586fd053c3884e533fca5207 100644 (file)
@@ -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
+       ),
 );