X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=README.devices;h=1ea445bc23b07011865849128f04a978528f951b;hb=f4d3a4fb9ae62b4764cbb8181ab9bef95e7b6348;hp=800f1c640d58fa2faa7e494935aeb18a42046690;hpb=e311f770159244725a33a412a9f9ef6eda9126c3;p=libsigrok.git diff --git a/README.devices b/README.devices index 800f1c64..1ea445bc 100644 --- a/README.devices +++ b/README.devices @@ -75,6 +75,7 @@ The following drivers/devices do not need any firmware upload: - mic-985xx (including all subdrivers) - norma-dmm - openbench-logic-sniffer + - pipistrello-ols - rigol-ds - serial-dmm (including all subdrivers) - teleinfo @@ -82,6 +83,7 @@ The following drivers/devices do not need any firmware upload: - uni-t-dmm (including all subdrivers) - uni-t-ut32x - victor-dmm + - yokogawa-dlm - zeroplus-logic-cube @@ -133,12 +135,14 @@ The following drivers/devices do not require a serial port specification: - ikalogic-scanaplus - kecheng-kc-330b - lascar-el-usb + - pipistrello-ols - rigol-ds (USBTMC or TCP) - saleae-logic16 - sysclk-lwla - uni-t-dmm (including all subdrivers) - uni-t-ut32x - victor-dmm + - yokogawa-dlm (USBTMC or TCP) - zeroplus-logic-cube @@ -323,16 +327,6 @@ a short list for convenience: - Voltcraft VC-830: Press the "REL/PC" button for roughly 2 seconds. -Link Instruments MSO-19 ------------------------ - -The driver for the Link Instruments MSO-19 mixed-signal oscilloscope (MSO) -is currently using libudev (which is a library for the Linux-specific udev -system). Thus, this driver can currently only compile and work on Linux. - -We plan to fix this though, so that it'll work on all other OSes, too. - - ChronoVu LA8/LA16 USB VID/PIDs ------------------------------ @@ -372,20 +366,3 @@ Example: $ sigrok-cli --driver ols:conn=/dev/ttyACM0 ... - -Rigol DS oscilloscopes ----------------------- - -The 'rigol-ds' driver (for the Rigol DS series DSOs) currently uses the Linux -usbtmc kernel driver. This means it can currently only be built and used on -Linux (i.e., it's non-portable). - -The use of a kernel module also means it is dependent on the kernel version -used, as well as on whether this specific module is available in the kernel. -Additionally, the usbtmc kernel module has been known to have various bugs -in some versions. These are some (but not all) drawbacks of using a kernel -module as opposed to a libusb-based driver that works in user-space. - -We plan to change the driver to use the 'librevisa' user-space shared -library (which uses libusb) soon, which will fix all these issues and make -the driver portable at the same time.