This project aims to be a a python wrapper for the Erma SSI1417 card. This card is a synchronous serial interface (SSI) card sold by Erma Electronic GmbH, Germany. Together with this card Erma provides a DLL (ERMA_SSI.DLL) to access the interface from within your own programs through a simple API. This package uses SWIG to wrap the API to python.
The version number of this package equals the version number of the target DLL. Currently this is version 1.0.0.8 of the ERMA_SSI.DLL.
If you would like to know more details about the synchronous serial interface read this article in the National Instruments knowledge base.
Please follow the installation instructions to install the package on your system.
If you have any questions regarding the installation or use of this package, don't hesitate to contact me.
Limitations
The driver is currently only provided for Windows. Hence, this python package works only on windows too.
License
Pyermassi is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
Release Changes
1.0.0.8.post1, Releases 2010-06-19
- Added version tag
- Updated installation instructions
- Removed numpy dependency
- Added option to raise error exceptions instead of returning error codes
1.0.0.8, Released 2010-05-20
- First public release
- Covers full 1.0.0.8 API

