diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/README.md b/README.md index de2f6a0..11a0230 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,16 @@ -# visa32test.js +# node-nisa32 - VISA32TEST.JS - -visa32test.js is a prototype for using VISA ( Virtual Instrument Software Architechture) library in node.js. -This is a wrapper for visa32.dll ( in your system32 folder). +nisa32 is another prototype for using VISA library in node.js. +This is a wrapper for visa32.dll (in your system32 folder). -I tested this code on Windows 7 (32bit), Keysight IO Library (17.1), node.js(0.10.26) . +I tested this code on Windows 8.1 (64bit), Keysight IO Library (17.1), node.js -Please test on your insturment (e.g. GPIB, RS232, LAN etc...) and fork me, and develop complete VISA module. (like pyVISA) +Talked to HP 6623A... +``` +> npm install nisa32 -to use... +``` -> npm install ffi +Original Author : 7M4MON -> npm install ref - -> npm install ref-array - -> node visa32test.js - - - -Author : 7M4MON - -Licence : MIT diff --git a/index.html b/index.html index 5b323f0..c6d9ac2 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@
Common commands for HP 662xA
+