Set the ring buffer length to 512kB for usbduxfast. This is needed

for graphical software like qtscope. Otherwise we get always buffer
overflows.
This commit is contained in:
Bernd Porr 2005-02-27 02:18:23 +00:00
parent 545b9420d5
commit 3ed5c07df6

View file

@ -38,7 +38,7 @@ $COMEDI_CONFIG -r /dev/comedi0
# $COMEDI_CONFIG -r /dev/comedi1
#
# connecting the comedi device comedi0 with the module usbdux
$COMEDI_CONFIG -i $USBDUX_FIRMWARE /dev/comedi0 usbduxfast
$COMEDI_CONFIG --read-buffer 512 -i $USBDUX_FIRMWARE /dev/comedi0 usbduxfast
# $COMEDI_CONFIG /dev/comedi1 usbduxfast
#
#