{"id":31039664,"url":"https://github.com/esferatec/ec-luart-serialextension","last_synced_at":"2025-09-14T08:01:46.091Z","repository":{"id":314519763,"uuid":"1055846945","full_name":"esferatec/ec-luart-serialextension","owner":"esferatec","description":"serial extension for LuaRT","archived":false,"fork":false,"pushed_at":"2025-09-12T22:53:18.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-13T00:31:05.732Z","etag":null,"topics":["extension","lua","luart","serial"],"latest_commit_sha":null,"homepage":"https://www.luart.org/","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/esferatec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-12T22:48:12.000Z","updated_at":"2025-09-12T22:56:18.000Z","dependencies_parsed_at":"2025-09-13T00:31:07.649Z","dependency_job_id":"77e8060d-9842-4e7c-ac17-662febebe29b","html_url":"https://github.com/esferatec/ec-luart-serialextension","commit_stats":null,"previous_names":["esferatec/ec-luart-serialextension"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/esferatec/ec-luart-serialextension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esferatec%2Fec-luart-serialextension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esferatec%2Fec-luart-serialextension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esferatec%2Fec-luart-serialextension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esferatec%2Fec-luart-serialextension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esferatec","download_url":"https://codeload.github.com/esferatec/ec-luart-serialextension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esferatec%2Fec-luart-serialextension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275076591,"owners_count":25401318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["extension","lua","luart","serial"],"created_at":"2025-09-14T08:01:18.217Z","updated_at":"2025-09-14T08:01:45.991Z","avatar_url":"https://github.com/esferatec.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ec-luart-serialextension\n\nThis project provides various extension serial functions and properties for [LuaRT](https://www.luart.org/).\n\n[![LuaRT 2.1.0](https://badgen.net/badge/LuaRT/2.1.0/blue)](https://github.com/samyeyo/LuaRT)\n\n## Features\n\nThe module provides the following extension functions and properties:\n\n| Name | Description\n| --- | --- |\n| baudrates | List of supported baud rates for serial communication. |\n| bytesize | List of supported byte sizes for serial communication. |\n| comports() | Get a list of all current available com ports.\n| dtrmode | List of supported DTR (Data Terminal Ready) modes. |\n| parity | List of supported parity settings for serial communication. |\n| rtsmode | List of supported RTS (Request to Send) modes. |\n|stopbits | List of supported stop bits settings for serial communication. |\n\nMore detailed descriptions and usage examples can be found in the docs folder.\n\n## Installation\n\n1. Create a folder called \"ecluart\" in your application.\n2. Copy the \"serialextension.lua\" file into this folder.\n\n```text\n[application]\n|\n|----ecluart\n|   |\n|   |----serialextension.lua\n|   |----...\n|\n|----app.wlua\n```\n\n## Usage\n\nThe extension module can be loaded using the function *require()*:\n\n```lua\nlocal serialex = require(\"ecluart.serialextension\") \n```\n\n## License\n\nCopyright (c) 2023 by esferatec.\nIt is open source, released under the MIT License.\nSee full copyright notice in the LICENSE.md file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesferatec%2Fec-luart-serialextension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesferatec%2Fec-luart-serialextension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesferatec%2Fec-luart-serialextension/lists"}