{"id":15660523,"url":"https://github.com/djdeveloperr/deno_serial","last_synced_at":"2025-10-04T10:03:07.496Z","repository":{"id":64837906,"uuid":"444448450","full_name":"DjDeveloperr/deno_serial","owner":"DjDeveloperr","description":"Serialport API for Deno.","archived":false,"fork":false,"pushed_at":"2023-06-03T07:18:16.000Z","size":48,"stargazers_count":20,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T21:14:07.957Z","etag":null,"topics":["deno","ffi","serialport","typescript","winapi"],"latest_commit_sha":null,"homepage":"https://deno.land/x/serialport","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DjDeveloperr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-01-04T14:25:43.000Z","updated_at":"2023-10-16T08:35:43.000Z","dependencies_parsed_at":"2024-10-03T13:22:14.826Z","dependency_job_id":"eafd7660-ec48-4e9d-a608-bb9bc090b3e6","html_url":"https://github.com/DjDeveloperr/deno_serial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjDeveloperr%2Fdeno_serial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjDeveloperr%2Fdeno_serial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjDeveloperr%2Fdeno_serial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjDeveloperr%2Fdeno_serial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DjDeveloperr","download_url":"https://codeload.github.com/DjDeveloperr/deno_serial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252577024,"owners_count":21770721,"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","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":["deno","ffi","serialport","typescript","winapi"],"created_at":"2024-10-03T13:22:08.584Z","updated_at":"2025-10-04T10:03:07.400Z","avatar_url":"https://github.com/DjDeveloperr.png","language":"TypeScript","readme":"# Deno SerialPort\n\n[![Tags](https://img.shields.io/github/release/DjDeveloperr/deno_serial)](https://github.com/DjDeveloperr/deno_serial/releases)\n[![License](https://img.shields.io/github/license/DjDeveloperr/deno_serial)](https://github.com/DjDeveloperr/deno_serial/blob/master/LICENSE)\n[![Sponsor](https://img.shields.io/static/v1?label=Sponsor\u0026message=%E2%9D%A4\u0026logo=GitHub\u0026color=%23fe8e86)](https://github.com/sponsors/DjDeveloperr)\n\nSerial Port API for Deno with zero third-party native dependencies.\n\n| Platform | `getPorts` | `open` |\n| -------- | ---------- | ------ |\n| Windows  | ✅         | ✅     |\n| macOS    | ❌         | ❌     |\n| Linux    | ❌         | ❌     |\n\n## Try out\n\nRun the following to list all available ports:\n\n```sh\ndeno run --unstable --allow-ffi -r https://raw.githubusercontent.com/DjDeveloperr/deno_serial/main/examples/print_ports.ts\n```\n\nNOTE: Not yet published to deno.land/x as not all platforms are supported yet.\n\n## Usage\n\n```ts\nimport { getPorts, open } from \"https://deno.land/x/serialport@0.1.0/mod.ts\";\n\nconst ports = getPorts();\nconsole.log(\"Ports:\", ports);\n\nconst port = open({ name: ports[0].name, baudRate: 9600 });\n\n// ...\n\nport.close();\n```\n\n## License\n\nApache-2.0. Check [LICENSE](./LICENSE) for more information.\n\nCopyright © 2022-2023 DjDeveloperr\n","funding_links":["https://github.com/sponsors/DjDeveloperr"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjdeveloperr%2Fdeno_serial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjdeveloperr%2Fdeno_serial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjdeveloperr%2Fdeno_serial/lists"}