Bug 1353 - No output produced when number of samples is less than "samples per line"
Summary: No output produced when number of samples is less than "samples per line"
Status: CONFIRMED
Alias: None
Product: PulseView
Classification: Unclassified
Component: Other (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-27 23:03 CET by Soeren Apel
Modified: 2019-02-09 20:45 CET (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Soeren Apel 2019-01-27 23:03:13 CET
How to reproduce:

1) Start PV
2) Create 100 samples with demo
3) Save to hex with 192 samples per line (default)
4) File only contains the header, no data
Comment 1 Soeren Apel 2019-02-09 20:45:50 CET
sigrok-cli -d demo:analog_channels=0 --samples 100 -O hex:width=192

works, so maybe it's a PV issue