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:
parent
545b9420d5
commit
3ed5c07df6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue