All Projects → cnxy → VISAInstrument

cnxy / VISAInstrument

Licence: GPL-2.0 License
基于NI-VISA/VISA32(Virtual Instrument Software Architecture)的仪器编程(C#),支持RS232、USB、GPIB及LAN通信接口的收发控制

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to VISAInstrument

MiniNT5-Tools
small Windows 10 (based on Windows PE) with customised tools
Stars: ✭ 34 (-74.24%)
Mutual labels:  usb, lan
ccid-utils
A USB smartcard driver including GSM SIM and EMV credit/debit card development platforms
Stars: ✭ 37 (-71.97%)
Mutual labels:  usb, visa
usbSerialPortTools
provide read and write debugging tools between USB serial port and serial port (UART ,RS232) under Android system
Stars: ✭ 38 (-71.21%)
Mutual labels:  usb, rs232
akbl
Control the lights of Alienware computers under GNU/Linux systems.
Stars: ✭ 99 (-25%)
Mutual labels:  usb
SerialProxy
🖱️⌨️ Arduino Input Proxying for PC (.NET Core)
Stars: ✭ 39 (-70.45%)
Mutual labels:  usb
azalea
main board for the GreatFET project, also known as GreatFET One
Stars: ✭ 52 (-60.61%)
Mutual labels:  usb
8821au-20210708
Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets - v5.12.5.2
Stars: ✭ 40 (-69.7%)
Mutual labels:  usb
griode
Griode + Novation Launchpad + Raspberry Pi = a music instrument!
Stars: ✭ 116 (-12.12%)
Mutual labels:  instrument
nrf52-keyboard
A BLE & 2.4G Keyboard Firmware using nrf52810/52811/52832
Stars: ✭ 101 (-23.48%)
Mutual labels:  usb
FPGA-USB-Device
FPGA-based USB-device controller to implement USB-CDC, USB-HID, etc.
Stars: ✭ 29 (-78.03%)
Mutual labels:  usb
Raspberry-Pi-Electricity-Monitor
Software for monitoring the electricity consumption of a home with a Raspberry Pi
Stars: ✭ 33 (-75%)
Mutual labels:  rs232
tesla-usb-drive
Tesla DashCam & Music USB drive maker tool
Stars: ✭ 17 (-87.12%)
Mutual labels:  usb
mkosxinstallusb
Linux shell script that creates USB flash drive booting OS X installer
Stars: ✭ 34 (-74.24%)
Mutual labels:  usb
usb
Minimalist portable USB device stack for SAMD21, LPC1800, LPC4300, Xmega
Stars: ✭ 90 (-31.82%)
Mutual labels:  usb
part5
IEC 60870-5 — transmission protocols
Stars: ✭ 37 (-71.97%)
Mutual labels:  rs232
GRNLR
granular synthesis plugin part of my bachelors thesis
Stars: ✭ 44 (-66.67%)
Mutual labels:  instrument
getting-started
List of ideas for getting started with TimVideos projects
Stars: ✭ 50 (-62.12%)
Mutual labels:  usb
paymentgateway
Dokumentace ČSOB platební brány a jejího eAPI pro platby platebními kartami, Apple Pay, mallpay a platebními tlačítky ČSOB.
Stars: ✭ 104 (-21.21%)
Mutual labels:  visa
lingot
Musical instrument tuner
Stars: ✭ 54 (-59.09%)
Mutual labels:  instrument
cybersource-android-sdk
The CyberSource InApp SDK enables developers to simply and securely incorporate mobile payments into their Android applications.
Stars: ✭ 25 (-81.06%)
Mutual labels:  visa

VISAInstrument

基于NI-VISA的仪器编程,支持RS232、USB、GPIB及LAN

条件

运行或开发软件时,必须安装NI-VISA运行时(其他VISA版本不支持,如Keysight VISA等)。

Release版本

运行条件: 若需运行在XP及以上系统(最高支持Win10系统),请安装15.5版本的运行时,下载链接如下: https://download.ni.com/support/softlib/visa/NI-VISA/15.5/Windows/NIVISA1550runtime.zip

若需运行在Win7及以上系统(最高支持Win10系统),请安装16.0~18.5版本的运行时,18.5版本的下载链接如下: https://download.ni.com/support/softlib/visa/NI-VISA/18.5/Windows/NIVISA1850runtime.zip

开发版本

为了最佳的开发效果,开发时请使用最新的完整版本(截止目前为止,版本为20.0),下载链接如下: https://download.ni.com/support/nipkg/products/ni-v/ni-visa/20.0/offline/ni-visa_20.0.0_offline.iso

注意:安装完整版后开发软件时,可以从GAC中引用完整版对应的Ivi.Visa.dll\NationalInstruments.Common.dll\NationalInstruments.Visa.dll,代替本项目中Library下的库文件。

RS232

支持常见的RS232串口编程,一般地址为“ASRL1::INSTR”

USB

支持常见的USB接口编程,一般地址类似为“USB0::0x2A8D::0x0101::MY57501899::INSTR”

GPIB

支持常见的USB接口编程,一般地址类似为“GPIB0::0x2A8D::0x0101::MY57501899::INSTR” 此处要求安装GPIB卡驱动程序,推荐使用NI-GPIB卡(需要驱动程序,驱动程序可以从NI官方网站下载)

LAN

支持常见的LAN接口编程,一般地址类似为“TCPIP0::34465A-01899::inst0::INSTR”或“TCPIP0::192.168.0.26::INSTR”

运行界面

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].