{ "info": { "author": "Heinrich Schuchardt", "author_email": "xypron.glpk@gmx.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: POSIX", "Programming Language :: Python :: 3", "Topic :: System :: Hardware :: Hardware Drivers" ], "description": "Summary\n-------\n\nIcseCtl is a library to control the ICStation USB multi channel relay\nmodules (ICSE012A, ICSE013A, ICSE014A).\n\nInitialization\n--------------\n\nThe initialization of the devices is handled by udev.\nTo set up udev::\n\n sudo cp examples/icseudev.py /lib/udev\n sudo cp examples/99-icsectl.rules /etc/udev/rules.d\n sudo udevadm control --reload-rules\n\nWhen a device is plugged in the relays are switched on by default.\nAfter detection the icseudev.py script switches them off.\n\nSymbolic links /dev/ttyICSE012A, /dev/ttyICSE013A, /devttyICSE014A are\ncreated if a respective device is connected. If another PL2303 device\nis connected a link /dev/ttyPL2303 is created.\n\nInitialization is logged in the system log.\n\nPermissions\n-----------\n\nPer default, only root is allowed to use devices directly.\nOn Debian and Ubuntu serial USB devices are assigned to group dialout.\nTo allow a user to use the device call::\n\n adduser USER dialout\n\nUsage\n-----\n\nThe script examples/icsectl can be used to switch individual relays.\nThe status is kept in a file in the user's home directory.\nIf the file does not yet exist, it is assumed that all relays are switched off.\n\nLinks\n-----\n\nAn overview of udev rules is provided at\nhttp://www.reactivated.net/writing_udev_rules.html.\n\nThese are links to the devices on the vendor's site\n\n* http://www.icstation.com/icstation-micro-control-channel-relay-module-p-4012.html\n\n* http://www.icstation.com/icstation-micro-control-channel-relay-module-icse013a-p-4013.html\n\n* http://www.icstation.com/icstation-channel-micro-relay-module-icse014a-p-5185.html\n\nLicense\n-------\n\nCopyright (c) 2016, Heinrich Schuchardt \nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/xypron/pysispm", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "icsectl", "package_url": "https://pypi.org/project/icsectl/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/icsectl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/xypron/pysispm" }, "release_url": "https://pypi.org/project/icsectl/0.2/", "requires_dist": null, "requires_python": null, "summary": "Control the ICStation USB multi channel relay modules", "version": "0.2" }, "last_serial": 2038898, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "198beb7f876d141f74855d29efe3da48", "sha256": "6575ccd0029e7365fae249ef84b023ee28349d8215f7e159cc8de6efa36dd2fa" }, "downloads": -1, "filename": "icsectl-0.1.tar.gz", "has_sig": false, "md5_digest": "198beb7f876d141f74855d29efe3da48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3625, "upload_time": "2016-03-31T19:54:36", "url": "https://files.pythonhosted.org/packages/99/fc/fb87e4386590d056570432ad98a07d54efd92a6d4aafb4dba77941bda815/icsectl-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "95894a02ebc7a7cc96abb85ab7a1718c", "sha256": "18cf7fdf1b9be32ed2b6ab9f359fbf87d492a11fed6e7bdbbdf4cabb424e237c" }, "downloads": -1, "filename": "icsectl-0.2.tar.gz", "has_sig": false, "md5_digest": "95894a02ebc7a7cc96abb85ab7a1718c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4938, "upload_time": "2016-03-31T20:40:24", "url": "https://files.pythonhosted.org/packages/33/dc/9ab9e2ec3dca917f7e12baf75a4b9d10de1375f703e6c3d89f4eb31d9d39/icsectl-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "95894a02ebc7a7cc96abb85ab7a1718c", "sha256": "18cf7fdf1b9be32ed2b6ab9f359fbf87d492a11fed6e7bdbbdf4cabb424e237c" }, "downloads": -1, "filename": "icsectl-0.2.tar.gz", "has_sig": false, "md5_digest": "95894a02ebc7a7cc96abb85ab7a1718c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4938, "upload_time": "2016-03-31T20:40:24", "url": "https://files.pythonhosted.org/packages/33/dc/9ab9e2ec3dca917f7e12baf75a4b9d10de1375f703e6c3d89f4eb31d9d39/icsectl-0.2.tar.gz" } ] }