https://github.com/buzz/gstimbox
Python module that provides access to the g.STIMbox device.
https://github.com/buzz/gstimbox
Last synced: 9 months ago
JSON representation
Python module that provides access to the g.STIMbox device.
- Host: GitHub
- URL: https://github.com/buzz/gstimbox
- Owner: buzz
- Created: 2010-03-28T20:00:13.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-03-28T20:06:13.000Z (about 16 years ago)
- Last Synced: 2025-04-05T09:28:16.538Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
gstimbox is a small Python module wrapping a proprietary Windows DLL
that controls the g-STIMbox device. It uses [ctypes] to perform DLL
function calls.
## Instructions
1. Refer to g-STIMbox manual and install device and drivers
2. Make sure device works using gSTIMboxDemo1.exe
3. Make sure gSTIMbox.dll is in Windows search path
4. Run example.py
[ctypes]: http://python.net/crew/theller/ctypes/