OpenHantek / openhantek

OpenHantek is a DSO software for Hantek (Voltcraft/Darkwire/Protek/Acetech) USB digital signal oscilloscopes
http://openhantek.org/
GNU General Public License v3.0
771 stars 199 forks source link

No record length option #251

Open blurrpp opened 6 years ago

blurrpp commented 6 years ago

Hi i just downloaded and compiled openhantek. Works great for my hantek 6022BE but i completly can't record any data. Field "record length" is empty (no options available), i can save only short sample in CSV. Is thare any bug or there is something wrong in my system ?

dendvz commented 6 years ago

The record length for 6022BE is fixed at 10KS (SW trigger turns it into 8.192kS). Drop-down box is completely disabled. What are the Samplerate and Timebase settings?

blurrpp commented 6 years ago

Thanks for answer, it doesn't work with any Samplerate and Timebase. I've made some rough workaround I just save all mesured data to binary file and read it from this file with my simple program (file name I puted in command line of OpenHantek), maybe if i will understand better code i will try to make it works normaly.