{"id":24159184,"url":"https://github.com/icetd/libserial","last_synced_at":"2026-06-05T01:31:26.474Z","repository":{"id":185316775,"uuid":"673335627","full_name":"icetd/libSerial","owner":"icetd","description":"serial port lib for unix","archived":false,"fork":false,"pushed_at":"2024-09-27T04:05:36.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T15:15:05.719Z","etag":null,"topics":["linux-serialport"],"latest_commit_sha":null,"homepage":"","language":"C++","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/icetd.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-08-01T11:56:58.000Z","updated_at":"2024-09-27T04:05:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"741d53fd-ddda-4f75-9f8d-adeaa9fbaee3","html_url":"https://github.com/icetd/libSerial","commit_stats":null,"previous_names":["icetd/libserial"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icetd%2FlibSerial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icetd%2FlibSerial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icetd%2FlibSerial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icetd%2FlibSerial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icetd","download_url":"https://codeload.github.com/icetd/libSerial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241448478,"owners_count":19964466,"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":["linux-serialport"],"created_at":"2025-01-12T15:15:14.388Z","updated_at":"2026-06-05T01:31:26.425Z","avatar_url":"https://github.com/icetd.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## build\n\n```\nmkdir build \u0026\u0026 cd build\ncmake .. \u0026\u0026 make -j4\n```\n\n## Use\n\nIf the length of the data you receive is fixed and relatively long, you can set vmin\n\n```\n    Serial::SerialOpt_t serialOpt {\n        .speed = 115200,\n        .dataBits = 8,\n        .stopbits = 1,\n        .parity = 'n',\n        .flowControlMode = 's',\n        .vtime = 1, // 0.1s * vtime receive timeout\n        .vmin = 1,\n    };\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficetd%2Flibserial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficetd%2Flibserial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficetd%2Flibserial/lists"}