Hantek6022API icon indicating copy to clipboard operation
Hantek6022API copied to clipboard

Hantek 6022BE Python API for Windows and Linux.

Results 24 Hantek6022API issues
Sort by recently updated
recently updated
newest added

Running the example there are always only around 400-800 sample points. ``` !@! ~/tmp/Hantek6022API (master) $ python2 examples/example_linux_scopevis.py data lengths differ! [('timing', 8192), ('voltage', 609)] !@! ~/tmp/Hantek6022API (master) $ python2...

Lines 232 and 251 were returning not reval instead of not retval.

Why is bulk mode using quad 512 byte buffers while isochronous uses quad 1024 byte buffers ?

Hi, I have a Sainsmart device and I am trying to get it working. So far your firmware seems to be running correctly with the exception of not outputting any...

Hi, I was thinking of how to implement triggering. Is it possible to run a GPIF program once and then fetch the FIFO data at a later time ? On...

Hi. Here's where my testing stands. I have a 6022BL, not BE, but for the purposes of this code the only relevant difference _should_ be the USB PID. I've switched...

Compiled firmware and flshed it as described. When trying the linux example it stops with the following message: $ python examples/example_linux_scopevis.py Traceback (most recent call last): File "examples/example_linux_scopevis.py", line 28,...

I use mac os x,how to use this api in mac? If need some dev, I can join~

Dear rpcope1! I want to use the Hantek6022 but the oscilloscope firmware in building stuck under Ubuntu 4.14: fazekas@fazekas-ESPRIMO-E3500:~/Letöltések/Hantek6022API-master/PyHT6022/HantekF irmware/custom$ make for a in dscr.a51; do \ cp $a build/;...

The PCB appears to be provisioned to add an y wexternal trigger, though it did not make it out of the factory with one. I should do severals things: -...

enhancement