]> sigrok.org Git - libsigrok.git/commit
Add driver for DER EE DE-5000 LCR meter.
authorJanne Huttunen <redacted>
Sat, 11 Oct 2014 12:47:35 +0000 (15:47 +0300)
committerUwe Hermann <redacted>
Sun, 12 Oct 2014 22:56:11 +0000 (00:56 +0200)
commitb50891952d22d1c5012a99ad643ee3dd58495420
tree046b3fccc754a736a7ccfeda6b71ddd0b68fe85b
parent6bcb3ee8763bbfdb94ff6f764a2fa91a7468e37f
Add driver for DER EE DE-5000 LCR meter.

Add a driver for the DER EE DE-5000 LCR meter. This meter is based on
the Cyrustek ES51919/ES51920 chipset and communicates with the host
computer via an optional connectivity kit.

The kit uses an optoisolated unidirectional link to connect to the
meter and an USB cable on the host side. Internally the connection is
using the FTDI FT232R USB UART chip i.e. from the host computer point
of view the meter is connected into an RS-232 serial port.

This driver implements just a thin shim layer for registering the
driver and uses the es51919 module for all the actual work.
Makefile.am
configure.ac
src/drivers.c
src/hardware/deree-de5000/api.c [new file with mode: 0644]