Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iio_readdev: Fix corrupt data that was being captured on Windows
The captured data is sent to stdout but during this process (on Windows) any byte that has the same value as line feed character (LF) gets converted to CF-LF characters. This dissrupts the alignment of bytes that represent the samples of the device. Fixes #257. Signed-off-by: Dan Nechita <[email protected]>
- Loading branch information