-
We used this driver for months on end in a production environment without incident. I am pretty sure that I checked for this condition as we too used a Linux environment most of the time. Unfortunately, I no longer have access to test equipment to look into this.
2008-08-28 00:03:10 UTC by darrenw2112
-
linux command "netstat -nt" after each write shows that a new socket connection is opened. Sockets are released only after the application is closed.
The number of sockets opened to the gpib device thru the ics adapter equals the number of times write is called.
I am currently using jgpib V1.2 on a suse linux.
2008-07-30 21:03:58 UTC by nobody
-
Sorry for the delay, I am not receiving emails from this forum for some reason. Why don't you send me an email of what you changed and i will look at it and possibly include it in the next build.
darrenw2112@users.sourceforge.net.
2008-05-02 20:58:05 UTC by darrenw2112
-
If you look at the gui code you will find this. The gui was meant to be an example of how to use this library.
2008-05-02 20:51:37 UTC by darrenw2112
-
Sorry for the delay, for some reason I am not getting emails from this forum. The source code is located on the CVS repository here at sourceforge. There are instructions to download it. Also if you just want to browse it you can go here http://jgpibenet.cvs.sourceforge.net/jgpibenet/ . The gui for this project is meant to be the example code.
2008-05-02 20:50:11 UTC by darrenw2112
-
Need an Example of a GPIB command string, including the IP address and the GPIB address.
2008-03-19 20:35:39 UTC by nobody
-
jGpibEnet where is the source code? for JAVA?
where is the Example JAVA program ?.
2008-03-19 17:14:19 UTC by nobody
-
I've done a quick and dirty hack, which apparently works:
* I've added a readBinary() method in jGpibEnetDriver, which is an exact copy of read(), except that it returns a byte array
* in TypeReadResp.java, I've stored the byte array before converting it to a string, and I've added two methods, setBinaryData and getBinaryData.
As far as I'm concerned, I think you can consider my...
2008-03-18 10:46:49 UTC by cyrilbuttay
-
Hi,
first, thank you for your work! It will allow members of our research group to share the equipment and the software development whatever their preferred OS is...
At the moment, I'm struggling with a tektronix 371, which is a curve tracer for electronic components characterization. This machine returns a set of datapoints when asked "Curve?" on the GPIB port. The format of the reply is.
2008-03-18 09:49:09 UTC by cyrilbuttay
-
darrenw2112 committed patchset 12 of module jGpibEnet to the jGpibEnet CVS repository, changing 2 files.
2007-08-09 15:28:45 UTC by darrenw2112