The jGpibEnet project is a 100% pure JAVA driver for interfacing an Ethernet to IEEE-488( GPIB ) controller. Current supported controllers: ICS 8065, Agilent E5810A. This project uses the "remotetea" project hosted here for ONC/RPC protocol.
Categories
Scientific/EngineeringLicense
GNU General Public License version 2.0 (GPLv2)Follow jGpibEnet
Other Useful Business Software
Get the most trusted enterprise browser
Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent project! I used it to communicate with a E5810A LAN-GPIB gateway from a java application, and it worked seamlessly. It's written in pure java so there is no need for extra dlls like JPIG project on sourceforge, which is a pain to setup on any new PC. Eliminates the need to buy C# software for communication with the device as Agilent on supports Microsoft programing languages, Matlab and Labview. Thanks for the great work.