You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using iio_readdev, stdout is reserved for the data output; so
information messages about the context creation must be sent to stderr
so that the data stream is not polluted.
Fixes#583.
Signed-off-by: Paul Cercueil <[email protected]>
When using iio_readdev, stdout is reserved for the data output; so
information messages about the context creation must be sent to stderr
so that the data stream is not polluted.
Fixes#583.
Signed-off-by: Paul Cercueil <[email protected]>
Run iio_readdev in the auto detection mode (i.e. "-a"):
All data produced to stdout. Thus the message "Using auto-detected IIO context at URI "usb:20.10.5"" corrupts the output.
The text was updated successfully, but these errors were encountered: