Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martonmiklos/ni4050
Linux kernel module for the National Instruments DAQCard-4050 PCMCIA DMM
https://github.com/martonmiklos/ni4050
c kernel national-instruments
Last synced: 29 days ago
JSON representation
Linux kernel module for the National Instruments DAQCard-4050 PCMCIA DMM
- Host: GitHub
- URL: https://github.com/martonmiklos/ni4050
- Owner: martonmiklos
- Created: 2015-03-21T10:43:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-21T10:56:34.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T09:54:12.991Z (3 months ago)
- Topics: c, kernel, national-instruments
- Language: C
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kernel module for the National Instruments DAQCard-4050 PCMCIA Digital Multimeter card.
The code is written according to the MHDDK for Windows CE example provided by the NI here:
https://lumen.ni.com/nicif/us/evalmhddk/content.xhtmlI have tested all of the measurement modes, and works fine.
The code can compiled under 2.6.38, and probably on the most modern kernels (2.6=<). (I have verified only under it.)
The module requires _*no NI software*_ to be installed.
The API is very simple, an example graphical frontend is provided written using [http://qt.nokia.com/products Qt4], and [http://qwt.sourceforge.net Qwt]:
[http://users.atw.hu/balubati/blog/images/nidmm.png]