ngscopeclient / scopehal

Test and measurement hardware abstraction library and protocol decodes. This is the library only. Most users should use scopehal-apps.
BSD 3-Clause "New" or "Revised" License
216 stars 97 forks source link

Fix waveform drawing for the AgilentOscilloscope driver #717

Closed miek closed 2 years ago

miek commented 2 years ago

This adds a missing MarkSamplesModifiedFromCpu call to the AgilentOscilloscope driver, that was preventing waveforms from being drawn. I also made it use ConvertUnsigned8BitSamples, while I was making changes :)