Hantek DSO-2100 USB software for Linux
Project moved to github https://github.com/guntars-lemps/oscope2100
Categories
Test and MeasurementLicense
GNU General Public License version 2.0 (GPLv2)Follow Oscope 2100
Other Useful Business Software
AI-generated apps that pass security review
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Rate This Project
Login To Rate This Project
User Reviews
-
Had it working in ubuntu 18.04 with the following procedure. This package is your only choice for the hantek DSO-2100 USB. Wish it would be added to pulseview... In ./configure@1844: -am__api_version='1.11' +am__api_version='1.15' $ ./configure $ make >> configure.ac:3: error: required file './compile' not found $ automake --add-missing $ make >> hoards of gtk errors: >> g++ -g -O2 -lusb `pkg-config --cflags --libs gtk+-2.0` -o oscope2100 oscope2100_common.o ConfigFile.o oscope2100_interface.o oscope2100_usb.o -lusb >> oscope2100_common.o: In function `main': >> [...]/oscope2100-1.1.0/src/oscope2100_common.cpp:347: undefined reference to `gtk_set_locale' $ cd src $ g++ -g -O2 -lusb `pkg-config --cflags gtk+-2.0` -o oscope2100 oscope2100_common.o ConfigFile.o oscope2100_interface.o oscope2100_usb.o -lusb `pkg-config --cflags --libs gtk+-2.0` $ cd .. $ sudo make install
-
Versions oscope2100-1.0.0 and oscope2100-1.1.0 Compilation on KUbuntu 14.04.4 LTS works fine, after running ./configure LIBS=“$(pkg-config –libs-only-l gtk+-2.0) -lusb“ Previously I installed: libusb-dev libgtk2.0-dev and additionally (only for tinkering with configure): aclocal-1.11 automake-1.11 autoconf Seems this is the only application that works nearly out of the box for running DSO-2100USB (VID=0547,PID=1002 - initial before firmware-load: PID=1006) with Linux for me. Compared to original Windows software FFT and some mostly minor things are missing. oscope2100-1.1.0 has a Math-Function for e.g. P(heat) calculations (not tested). Some Features: Save/Export to CSV-File or Clipboard (CSV-Data), Cursor with T, f, CH1+CH2 Vpp, Probes: X1, X10, X100, (limited) Offset-Setting (oscope2100-1.1.0), Math-Function (oscope2100-1.1.0) Missing compared to original Windows Software: Open/Import files, Direct Print, Grid on/off, Trace-on, Linear/Sampling (soft transition/staircase-shape, Line/Dot Signal-Display, Automatic set-up, (Excel-Export), FFT, y diversion, Triggermode ALT, Displaymode ADD (Ch1+Ch2), Pointsampling, PreTrigger
-
configure script complains that Automake is not installed, then, after running autoreconf, the script complains about a syntax error. Poor use of autotools. Not worth the headache.