serial-dmm: Add PeakTech 2025 meter support.

This meter seems to be a rebranded Victor 86D. Vendor procotol
documentation matches FS9922 RS232 protocol.
This commit is contained in:
Rafael G. Martins 2021-04-01 21:01:57 +02:00 committed by Gerhard Sittig
parent 4efd5462c7
commit f5c697bfe6
1 changed files with 6 additions and 0 deletions

View File

@ -568,6 +568,12 @@ SR_REGISTER_DEV_DRIVER_LIST(serial_dmm_drivers,
FS9922_PACKET_SIZE, 0, 0, NULL,
sr_fs9922_packet_valid, sr_fs9922_parse, NULL
),
DMM(
"peaktech-2025", fs9922,
"PeakTech", "2025", "2400/8n1/rts=0/dtr=1",
FS9922_PACKET_SIZE, 0, 0, NULL,
sr_fs9922_packet_valid, sr_fs9922_parse, NULL
),
DMM(
"sparkfun-70c", fs9922,
"SparkFun", "70C", "2400/8n1/rts=0/dtr=1",