OpenHantek6022 is a DSO software for Hantek USB digital signal oscilloscopes 6022BE / BL. Development OS is Debian Linux, but the program also works on FreeBSD, MacOS, RaspberryPi and Windows. No support for non-Linux related issues unless a volunteer steps in!
JSON file support, compatible with RFC 8259 standard.
Translated in all languages.
Due to possible code duplication issues, CSV exporter was a bit refactored.
I moved out logic which is preparing output-ready data from CSVExporter to ExporterData and used this in JSONExporter
JSON file support, compatible with RFC 8259 standard. Translated in all languages.
Due to possible code duplication issues, CSV exporter was a bit refactored. I moved out logic which is preparing output-ready data from
CSVExporter
toExporterData
and used this inJSONExporter
Please, tell me what you think about it.