I try to use Hantek 1008C with https://github.com/mfg92/hantek1008py
By running python3 csvexport.py mydata.csv -s 1 2,
it failed since init phase.
At hantek1008.py:355,
response = self.__send_cmd(0xe5, echo_expected=False, response_length=2)
response must be D606, but actually it was D206.
So I can't go further.
Any suggestion?