pschatzmann / logic-analyzer

Arduino Logic Analyzer API supporting the SUMP protocol (for sigrok, pulseview)
GNU General Public License v3.0
107 stars 15 forks source link

Signals are transmitted "backwards" to PulseView #2

Open fedy2 opened 2 years ago

fedy2 commented 2 years ago

The signals values are transmitted "backwards" to PulseView.

PulseView expects the data to be in reverse order (OLS implementation of SUMP): https://github.com/sigrokproject/libsigrok/blob/master/src/hardware/openbench-logic-sniffer/protocol.c#L499

Similar discussion in the logic analyzer for Arduino: issue #38