X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-chaosread%2Fao-chaosread.1;h=94ca5ce9e0fc06d543415dc3b75aadb220325daf;hb=3fd320ea38f2945f5611a09a0e48d16db467d105;hp=d8ed6cb345890f6b9249eac9e818d247f20457dc;hpb=99d3248a390379cfabf821ea4a195072799861eb;p=fw%2Faltos diff --git a/ao-tools/ao-chaosread/ao-chaosread.1 b/ao-tools/ao-chaosread/ao-chaosread.1 index d8ed6cb3..94ca5ce9 100644 --- a/ao-tools/ao-chaosread/ao-chaosread.1 +++ b/ao-tools/ao-chaosread/ao-chaosread.1 @@ -29,6 +29,30 @@ reads ADC values from the noise source on the attached ChaosKey device. \-s serial | --serial serial This selects a ChaosKey by serial number instead of using the first one found. +.TP +\-l length | --length length +Set the amount of data to read. Suffixes 'k', 'M' and 'G' are +supported. The default is 1k. +.TP +\-i | --infinite +Read an unlimited amount of data. +.TP +\-b | --bytes +For each 16-bit value read, output bits 1-8 as a byte, don't output +bit 0 or bits 9-15 at all. +.TP +\-c | --cooked +Read whitened data from the device. The default is to read raw data +from the noise source. +.TP +\-r | --raw +Read raw data from the noise source. This is the default. +.TP +\-f | --flash +Read the contents of flash memory on the device. This loops through +flash memory, so you can read the contents more than once, but there's +no way to reset the pointer back to the start other than making sure +you read the whole contents. .SH USAGE .I ao-chaosread reads noise data.