Skip to content

Commit

Permalink
added info how it's really used.. a allegedly
Browse files Browse the repository at this point in the history
  • Loading branch information
samofab committed Aug 5, 2015
1 parent e3b47c4 commit a647399
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a647399

Please sign in to comment.