Name | UliSerial JSON |
Version |
0.2.0
JSON |
| download |
home_page | |
Summary | Serial port utilities to save time with your electronics projects |
upload_time | 2023-12-09 04:00:38 |
maintainer | |
docs_url | None |
author | Uli Köhler |
requires_python | >=3.5,<4.0 |
license | Apache License v2.0 |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# UliSerial
Serial port utilities to save time with your electronics project
## Installation
```bash
pip install UliSerial
```
## Example usage
This code finds & opens a specific serial port using `pyserial`.
If no port, or multiple ports are found, `NoSuchSerialPortException` or `MultipleSerialPortsException` is raised (both subclasses of `UliSerialException`).
```python
from UliSerial.Find import *
import serial
port = find_serial_port(product="Marlin USB Device", serial_number="01010A23535223934CF29A1EF5000007")
# port is now e.g. '/dev/ttyACM0'
# Open the port
ser = serial.Serial(port, 115200, timeout=1)
```
## License
See [LICENSE](LICENSE) file.
Raw data
{
"_id": null,
"home_page": "",
"name": "UliSerial",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.5,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Uli K\u00f6hler",
"author_email": "github@techoverflow.net",
"download_url": "https://files.pythonhosted.org/packages/71/7a/3c40ba279476c97ba6d5f543a2e6d6378daaab2e5a05fa66355ae4175524/uliserial-0.2.0.tar.gz",
"platform": null,
"description": "# UliSerial\nSerial port utilities to save time with your electronics project\n\n## Installation\n\n```bash\npip install UliSerial\n```\n\n## Example usage\n\nThis code finds & opens a specific serial port using `pyserial`.\nIf no port, or multiple ports are found, `NoSuchSerialPortException` or `MultipleSerialPortsException` is raised (both subclasses of `UliSerialException`).\n\n```python\nfrom UliSerial.Find import *\nimport serial\n\nport = find_serial_port(product=\"Marlin USB Device\", serial_number=\"01010A23535223934CF29A1EF5000007\")\n# port is now e.g. '/dev/ttyACM0'\n# Open the port\nser = serial.Serial(port, 115200, timeout=1)\n```\n\n## License\n\nSee [LICENSE](LICENSE) file.",
"bugtrack_url": null,
"license": "Apache License v2.0",
"summary": "Serial port utilities to save time with your electronics projects",
"version": "0.2.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5f3ffd8b771cf48f9d93b95ba70d6d378576f92279e4f1b053dab67caa604747",
"md5": "25392190957c9044360e2b3e341ed35f",
"sha256": "eaf4c0859e52c79997a07b296d86c566edfd0b47e90d33e18a5072e6134d9294"
},
"downloads": -1,
"filename": "uliserial-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "25392190957c9044360e2b3e341ed35f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5,<4.0",
"size": 10051,
"upload_time": "2023-12-09T04:00:36",
"upload_time_iso_8601": "2023-12-09T04:00:36.602325Z",
"url": "https://files.pythonhosted.org/packages/5f/3f/fd8b771cf48f9d93b95ba70d6d378576f92279e4f1b053dab67caa604747/uliserial-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "717a3c40ba279476c97ba6d5f543a2e6d6378daaab2e5a05fa66355ae4175524",
"md5": "6333202b9249e46e73ff0c2e2cd468d0",
"sha256": "07471c31432aff6389b227579e51a3b0d3ca51cb68b330a937b4237abcea9479"
},
"downloads": -1,
"filename": "uliserial-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "6333202b9249e46e73ff0c2e2cd468d0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5,<4.0",
"size": 8808,
"upload_time": "2023-12-09T04:00:38",
"upload_time_iso_8601": "2023-12-09T04:00:38.530537Z",
"url": "https://files.pythonhosted.org/packages/71/7a/3c40ba279476c97ba6d5f543a2e6d6378daaab2e5a05fa66355ae4175524/uliserial-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-09 04:00:38",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "uliserial"
}