forked from 7m4mon/visa32test
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |