Hantek6022API
Hantek6022API copied to clipboard
Hantek 6022BE Python API for Windows and Linux.
Some years ago Cypress CY7C68013A was a good solution, but currently much faster microcontrollers are available. This includes [NXP i.MX RT Crossover MCUs](https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-mcus:IMX-RT-SERIES), [WCH CH569](http://www.wch-ic.com/products/CH569.html) with USB 3.0 etc. Wondered...
Is it possible to use this API with the Hantek 6254BD? If so what steps (if any) need to be taken to configure it correctly? After changing the Model ID...
the given rules do not work for ubuntu 18.04/ changing 60-hantek-6022-usb.rules to: `ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="6022", MODE="660", GROUP="plugdev"` `ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="04b5", ATTRS{idProduct}=="6022", MODE="660", GROUP="plugdev"` allows python3 to run without sudo....
I was wondering what would be the process to save a stream of data from hantek for around 30 mins to a specific file. I just need it saved as...
Hallo, thanks for sharing your API. I get an error, when running example_linux_continous_read.py python example_linux_continous_read.py Clearing FIFO and starting data transfer... Stopping new transfers. Snooze 1 Closing handle Traceback (most...
My 64-bit failed to load the dll in Hantek SDK. The error was: "[WinError 193] %1 is not a valid Win32 application"
This fixes the FIFO reset sequence to ensure that FIFO is cleared when starting a new capture. This should avoid sending 2048 - 4096 bytes from the last capture run....
thanks for sharing the api! I would like to gather data for a longer period of time. I've played around with the continuous read script, and have some questions. sample_rate_index...
In openhantek I now have a stable SW trigger implementation. openhantek provides your latest mod_fw_01.ihex Unfortunately I see some instability in the first samples in the received dataset. My guess...
Can anyone give me a quick answer if this API will work with the BL model? I really want to use this but I need a logic analyser aswell.