User Ratings
Rate This Project
Login To Rate This Project
Featured Reviews
Highest Rated
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
Lowest Rated
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.
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.
- Previous
- You're on page 1
- Next