Re: [sigrok-devel] DSLogicPro send NO Header SR_DF_TRIGGER

2018-05-03 Thread Uwe Hermann
Hi, On Thu, May 03, 2018 at 10:23:49AM +0200, Jörg wrote: > Many users of Sigrok are looking for the possibility of issuing a > timestamp. The "-l 5" log output has some libsigrok timestamps btw, in case that's what you mean here. It's missing from libsigrokdecode and sigrok-cli output currently,

[sigrok-devel] DSLogicPro send NO Header SR_DF_TRIGGER

2018-05-03 Thread Jörg
Hello, Many users of Sigrok are looking for the possibility of issuing a timestamp. In my search processing the trigger point am with sigrok-cli in the place of session.c; void datafeed_in case SR_DF_TRIGGER: g_debug ("cli: Received SR_DF_TRIGGER."); triggered = 1; arrives. I had thought that