From a647399ab9b39252160c6e5c5f44a73743fb7545 Mon Sep 17 00:00:00 2001 From: samofab Date: Wed, 5 Aug 2015 19:20:34 +0200 Subject: [PATCH] added info how it's really used.. a allegedly --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11a0230..66887c2 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,13 @@ I tested this code on Windows 8.1 (64bit), Keysight IO Library (17.1), node.js Talked to HP 6623A... ``` -> npm install nisa32 +> npm install node-nisa32 +var visa = require('node-nisa32'); + +visa.query("GPIB0::12::INSTR", "*IDN?", function(err, result) { + // do something +} ``` Original Author : 7M4MON