I have a small patch to the rigol-dg so that it can be sent arbitrary waveforms defined by a chain of integers. I think this is how you all wanted a patch to be sent but if not let me know how it should be done.
libsigrok changes found at: https://github.com/arduic/libsigrok_patch sigrok-cli changes found at: https://github.com/arduic/sigrok-cli_patch The only major change here is that I added the SR_T_UINT64_LIST type which allows the user to send a tuple of integers. From what I could tell no such system was currently in place just strings which technically could work but this seemed like the cleaner solution.
_______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel