From 85155d1b2494d3ab1c5c3fb2a1604c32dd48fc6a Mon Sep 17 00:00:00 2001 From: 7m4mon <7m4mon@gmail.com> Date: Fri, 24 Apr 2015 21:06:05 +0900 Subject: [PATCH] update readme.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b887cf..864c56c 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# visa32test +# visa32test.js + + 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). +I tested this code on Windows 7 (32bit), Keysight IO Library (17.1), node.js(0.10.26) . +Please test on your insturment (e.g. GPIB, RS232, LAN etc...) and fork me, and develop complete VISA module. (like pyVISA) + + +to use... + +> npm install ffi +> npm install ref +> npm install ref-array +> node visa32test.js + +Author : 7M4MON +Licence : MIT \ No newline at end of file