robust-serial


Namerobust-serial JSON
Version 0.2 PyPI version JSON
download
home_pagehttps://github.com/araffin/arduino-robust-serial
SummarySimple and Robust Serial Communication Protocol
upload_time2023-04-10 17:17:56
maintainer
docs_urlNone
authorAntonin RAFFIN
requires_python>=3.8
licenseMIT
keywords serial hardware arduino rs232 communication protocol raspberry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Robust Arduino Serial is a simple and robust serial communication protocol.
It was designed to make two arduinos communicate,
but can also be useful when you want a computer (e.g. a Raspberry Pi) to communicate with an Arduino.
https://medium.com/@araffin/simple-and-robust-computer-arduino-serial-communication-f91b95596788

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/araffin/arduino-robust-serial",
    "name": "robust-serial",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "serial hardware arduino RS232 communication protocol raspberry",
    "author": "Antonin RAFFIN",
    "author_email": "antonin.raffin@ensta.org",
    "download_url": "https://files.pythonhosted.org/packages/bc/08/71cfcc4649c4fe075c180baaea66d43ece6fba37df52876b56d552cd50ed/robust_serial-0.2.tar.gz",
    "platform": null,
    "description": "\nRobust Arduino Serial is a simple and robust serial communication protocol.\nIt was designed to make two arduinos communicate,\nbut can also be useful when you want a computer (e.g. a Raspberry Pi) to communicate with an Arduino.\nhttps://medium.com/@araffin/simple-and-robust-computer-arduino-serial-communication-f91b95596788\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple and Robust Serial Communication Protocol",
    "version": "0.2",
    "split_keywords": [
        "serial",
        "hardware",
        "arduino",
        "rs232",
        "communication",
        "protocol",
        "raspberry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a42336868dde59c3b823444751780f607d313443307bd4270638e467716c2d59",
                "md5": "3f2a6736d783b99e014974120f6cc4a9",
                "sha256": "1b31687479a3a9521c56f884748cb12140d6c4095e9484c537bd7572429ed5c2"
            },
            "downloads": -1,
            "filename": "robust_serial-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f2a6736d783b99e014974120f6cc4a9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5747,
            "upload_time": "2023-04-10T17:17:55",
            "upload_time_iso_8601": "2023-04-10T17:17:55.163267Z",
            "url": "https://files.pythonhosted.org/packages/a4/23/36868dde59c3b823444751780f607d313443307bd4270638e467716c2d59/robust_serial-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc0871cfcc4649c4fe075c180baaea66d43ece6fba37df52876b56d552cd50ed",
                "md5": "0bfe349d06de40cc4523f1e5f2311f31",
                "sha256": "5d806637fadd2a1cc97cb05734504580b0fd4d0942ef408edc3aa5f743b09e70"
            },
            "downloads": -1,
            "filename": "robust_serial-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0bfe349d06de40cc4523f1e5f2311f31",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6779,
            "upload_time": "2023-04-10T17:17:56",
            "upload_time_iso_8601": "2023-04-10T17:17:56.815035Z",
            "url": "https://files.pythonhosted.org/packages/bc/08/71cfcc4649c4fe075c180baaea66d43ece6fba37df52876b56d552cd50ed/robust_serial-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-10 17:17:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "araffin",
    "github_project": "arduino-robust-serial",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "robust-serial"
}
        
Elapsed time: 0.05241s