README.devices: Various updates and fixes.

This commit is contained in:
Uwe Hermann 2014-05-04 17:35:47 +02:00
parent 71422cb6eb
commit e311f77015
1 changed files with 17 additions and 9 deletions

View File

@ -35,7 +35,7 @@ The following drivers/devices require a firmware upload upon connection:
- fx2lafw: Logic analyzers based on the Cypress FX2(LP) chip need the - fx2lafw: Logic analyzers based on the Cypress FX2(LP) chip need the
firmware files from the 'sigrok-firmware-fx2lafw' repository/project. firmware files from the 'sigrok-firmware-fx2lafw' repository/project.
The firmware is written from scratch and licensed under the GPLv2+. The firmware is written from scratch and licensed under the GNU GPLv2+.
- hantek-dso: The Hantek DSO-2090 (and other supported models of the same - hantek-dso: The Hantek DSO-2090 (and other supported models of the same
series of Hantek PC oscilloscopes) need firmware files. series of Hantek PC oscilloscopes) need firmware files.
@ -47,19 +47,25 @@ The following drivers/devices require a firmware upload upon connection:
These can be extracted from the vendor's Linux application using a tool These can be extracted from the vendor's Linux application using a tool
from our 'sigrok-util' repository/project. from our 'sigrok-util' repository/project.
- sysclk-lwla: The Sysclk LWLA1034 requires various bitstream files.
These files are available from our 'sigrok-firmware' repository/project
under a license which allows us to redistribute them.
The following drivers/devices do not need any firmware upload: The following drivers/devices do not need any firmware upload:
- agilent-dmm - agilent-dmm
- appa-55ii - appa-55ii
- atten-pps3xxx
- brymen-bm86x - brymen-bm86x
- brymen-dmm - brymen-dmm
- cem-dt-885x - cem-dt-885x
- center-3xx (including all subdrivers) - center-3xx (including all subdrivers)
- chronovu-la - chronovu-la
- colead-slm - colead-slm
- conrad-digi-35-cpu
- demo - demo
- fluke-dmm - fluke-dmm
- gmc-mh-1x-2x - gmc-mh-1x-2x (including all subdrivers)
- hameg-hmo - hameg-hmo
- ikalogic-scanalogic2 - ikalogic-scanalogic2
- ikalogic-scanaplus - ikalogic-scanaplus
@ -97,12 +103,14 @@ The following drivers/devices require a serial port specification:
- agilent-dmm - agilent-dmm
- appa-55ii - appa-55ii
- atten-pps3xxx
- brymen-dmm - brymen-dmm
- cem-dt-885x - cem-dt-885x
- center-3xx (including all subdrivers) - center-3xx (including all subdrivers)
- colead-slm - colead-slm
- conrad-digi-35-cpu
- fluke-dmm - fluke-dmm
- gmc-mh-1x-2x - gmc-mh-1x-2x (including all subdrivers)
- hameg-hmo - hameg-hmo
- link-mso19 - link-mso19
- mic-985xx (including all subdrivers) - mic-985xx (including all subdrivers)
@ -127,6 +135,7 @@ The following drivers/devices do not require a serial port specification:
- lascar-el-usb - lascar-el-usb
- rigol-ds (USBTMC or TCP) - rigol-ds (USBTMC or TCP)
- saleae-logic16 - saleae-logic16
- sysclk-lwla
- uni-t-dmm (including all subdrivers) - uni-t-dmm (including all subdrivers)
- uni-t-ut32x - uni-t-ut32x
- victor-dmm - victor-dmm
@ -139,7 +148,7 @@ Specifiying serial port parameters
Every serial device's driver has default serial port parameters like baud Every serial device's driver has default serial port parameters like baud
rate, number of data bits, stop bits and handshake status. If a device requires rate, number of data bits, stop bits and handshake status. If a device requires
different parameters, pass them as option "serialcomm" with the driver name. different parameters, pass them as option "serialcomm" with the driver name.
See libsigrok docs for function serial_set_paramstr() for complete specs. See libsigrok docs for the function serial_set_paramstr() for complete specs.
Example: Example:
@ -342,11 +351,10 @@ automatically finds devices with either VID/PID pair.
OLS OLS
--- ---
The Dangerous Prototypes Openbench Logic Sniffer (OLS) logic analyzer is The Dangerous Prototypes Openbench Logic Sniffer (OLS) logic analyzer
supported by the 'ols' driver in libsigrok. This driver assumes a somewhat driver in libsigrok assumes a somewhat recent firmware has been flashed onto
recent firmware has been flashed onto the OLS (it doesn't need a firmware the OLS (it doesn't need a firmware upload every time it's attached via USB,
upload every time it's attached via USB, since the firmware is stored in the since the firmware is stored in the device permanently).
device permanently).
The most recent firmware version that is tested is 3.07. The most recent firmware version that is tested is 3.07.