http://linux-gpib.sourceforge.net/. This is an open source free software and licensed under the GNU General Public License
The new firmware will support both Windows and Linux system, and will have no need to load new firmware file when switching between operation systems.
If any one has S82357/F82357 wants to try the new firmware, please send email to us at BMJD.biz(a)gmail.com, we will be very happy to hear from your suggestion.
Running S82357/F82357 under Linux system (under Ubuntu 12.04), just follow the steps below:
1. Unpack the package: tar -xzf linux-gpib-3.2.17.tar.gz
2. ./configure
3. make, then make install
4. connect S82357/F82357 to USB port and run “lsusb” command to confirm system has detect S82357/F82357 GPIB interface
5. sudo gpib_config
6. run “sudo ibtest”, select device, and input GPIB address to test if the communication is good with your instrument
A GPIB instrument at GPIB:18 address
Write *IDN? to GPIB:18
Read return value from GPIB:18, define the length to be 100 bytes. Total read back bytes
*Please notice under Linux system, there is no need to load other firmware file into S82357/F82357. The firmware is already onboard.