We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--samples argument selects a number of bytes instead of a number of samples like the c version of the app.
It would be nice to have a working example on how to iterate through samples instead of bytes
$ python3 libiio/bindings/python/examples/iio_readdev.py -u ip:192.168.0.29 -s 2 ads1246 | hexdump 0000000 ffff 0000002
$ iio_readdev -u ip:192.168.0.29 -s 2 ads1246 | hexdump 0000000 ffff 007f 0001 0000 8953 42b6 29fa 1691 0000010 ff7f 007f 8953 42b6 e236 431a 29fa 1691 0000020
libiio version:
$ python3 libiio/bindings/python/examples/iio_info.py --uri ip:192.168.0.29 IIO context created: network Backend version: 0.21 (git tag: 48e5852 ...
The text was updated successfully, but these errors were encountered:
python: Fixes --samples argument by multiplying num_sampes by sample_…
7891c0a
…size Fixes analogdevicesinc#714
17f4d53
…size Fixes analogdevicesinc#714 Signed-off-by: Cormier, Jonathan <[email protected]>
python: Fixes --samples argument by multiplying num_samples by sample…
d953682
…_size Fixes analogdevicesinc#714 Signed-off-by: Cormier, Jonathan <[email protected]>
84a7fd4
…_size Fixes #714 Signed-off-by: Cormier, Jonathan <[email protected]>
Successfully merging a pull request may close this issue.
--samples argument selects a number of bytes instead of a number of samples like the c version of the app.
It would be nice to have a working example on how to iterate through samples instead of bytes
libiio version:
The text was updated successfully, but these errors were encountered: