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
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
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.