Boost your digital or traditional workplace with MyQ’s secure print and scan solutions that respect your time and help you focus on what you do best.
Learn More
Find Hidden Risks in Windows Task Scheduler
Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.
Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
Java wrapper for native VISA library and TDS3000 oscilloscope driver
...JSeisLab is a Java port of its predecessor "Spectrum Division for Windows" which is written in VB 6.0.
Design:
I created a 64-bit JNA wrapper with IVI's visa.h version 5.0 as input to JNAerator (https://github.com/nativelibs4java/JNAerator). Instrument drivers written in Java can use this wrapper. A 64-bit VISA library from either an instrument company (e.g. National Instruments, Tektronix) when running Windows or libvisa (http://www.librevisa.org) when running Linux needs to be installed .
JNAerator simply parses C & Objective-C headers and generates the corresponding JNA and Rococoa Java interfaces (also has a very limited C++ support). This lets Java programmers access native libraries transparently with little to no hand-tweaking.