{"id":13800817,"url":"https://github.com/deid84/tauri-plugin-serialport","last_synced_at":"2025-05-13T09:31:57.648Z","repository":{"id":179972895,"uuid":"663981749","full_name":"deid84/tauri-plugin-serialport","owner":"deid84","description":"A tauri plugin for managin serial port communication, created using serialport-rs crate.","archived":false,"fork":false,"pushed_at":"2024-02-03T09:44:35.000Z","size":582,"stargazers_count":13,"open_issues_count":2,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-18T15:55:15.906Z","etag":null,"topics":["plugin","rust","serial","serialport","tauri"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deid84.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-07-08T15:45:07.000Z","updated_at":"2024-09-04T00:26:48.000Z","dependencies_parsed_at":"2024-01-17T13:42:13.106Z","dependency_job_id":"d1cecaa8-a316-4506-bdbd-da1b5a3e75b8","html_url":"https://github.com/deid84/tauri-plugin-serialport","commit_stats":null,"previous_names":["deid84/tauri-plugin-serialport"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deid84%2Ftauri-plugin-serialport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deid84%2Ftauri-plugin-serialport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deid84%2Ftauri-plugin-serialport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deid84%2Ftauri-plugin-serialport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deid84","download_url":"https://codeload.github.com/deid84/tauri-plugin-serialport/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253913246,"owners_count":21983285,"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":["plugin","rust","serial","serialport","tauri"],"created_at":"2024-08-04T00:01:16.566Z","updated_at":"2025-05-13T09:31:55.536Z","avatar_url":"https://github.com/deid84.png","language":"Rust","funding_links":[],"categories":["Development"],"sub_categories":["Plugins"],"readme":"# Tauri Plugin SerialPort\nA tauri plugin for managin serial port communication, created using serialport-rs crate.\n\n## Installation\nThere are three general methods of installation that we can recommend.\n\n1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)\n2. Pull sources directly from Github using git tags / revision hashes (most secure)\n3. Git submodule install this repo in your tauri project and then use file protocol to ingest the source (most secure, but inconvenient to use)\n\n### RUST\n\nInstall the Core plugin by adding the following to your `Cargo.toml` file:\n\n`src-tauri/Cargo.toml`\n\n```toml\n[dependencies]\ntauri-plugin-serialport = { git = \"https://github.com/deid84/tauri-plugin-serialport\", tag = \"v1.0.0\" }\n```\n\nUse in `src-tauri/src/main.rs`:\n\n```RUST\nuse tauri_plugin_serialport;\n\nfn main() {\n    tauri::Builder::default()\n        .plugin(tauri_plugin_serialport::init())\n        .build()\n        .run();\n}\n```\n\n### WEBVIEW\n\n`Install from a tagged release`\n\n```\nnpm install github:deid84/tauri-plugin-serialport#v1.0.0\n# or\nyarn add github:deid84/tauri-plugin-serialport#v1.0.0\n```\n\n`Install from a branch (dev)`\n\n```\nnpm install https://github.com/deid84/tauri-plugin-serialport\\#master\n# or\nyarn add https://github.com/deid84/tauri-plugin-serialport\\#master\n```\n\n`package.json`\n\n```json\n  \"dependencies\": {\n    \"tauri-plugin-serialport-api\": \"github:deid84/tauri-plugin-serialport#v1.0.0\",\n  }\n```\n\n`Use within your JS/TS:`\n\ntodo...","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeid84%2Ftauri-plugin-serialport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeid84%2Ftauri-plugin-serialport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeid84%2Ftauri-plugin-serialport/lists"}