{"id":30885084,"url":"https://github.com/matveyt/ucomm","last_synced_at":"2026-06-22T02:31:33.480Z","repository":{"id":313007404,"uuid":"1045546711","full_name":"matveyt/ucomm","owner":"matveyt","description":"A very minimal cross-platform serial port library","archived":false,"fork":false,"pushed_at":"2025-09-22T13:35:25.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-22T15:19:27.232Z","etag":null,"topics":["serial","serialport","unix","windows"],"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/matveyt.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-27T10:50:58.000Z","updated_at":"2025-09-22T13:35:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"51340d7c-e893-48fd-8a24-8e6812433ebb","html_url":"https://github.com/matveyt/ucomm","commit_stats":null,"previous_names":["matveyt/ucomm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matveyt/ucomm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matveyt%2Fucomm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matveyt%2Fucomm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matveyt%2Fucomm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matveyt%2Fucomm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matveyt","download_url":"https://codeload.github.com/matveyt/ucomm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matveyt%2Fucomm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34632521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":["serial","serialport","unix","windows"],"created_at":"2025-09-08T11:38:03.406Z","updated_at":"2026-06-22T02:31:33.473Z","avatar_url":"https://github.com/matveyt.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Minimalist cross-platform serial port library. Blocking write only, almost no features\nand no documentation.\n\nComplete function list:\n```c\nintptr_t ucomm_open(const char* port, unsigned baud, unsigned config);\nint ucomm_close(intptr_t fd);\nint ucomm_reset(intptr_t fd, unsigned baud, unsigned config);\nint ucomm_purge(intptr_t fd);\nint ucomm_timeout(intptr_t fd, unsigned ms);\nint ucomm_dtr(intptr_t fd, int pulldown);\nint ucomm_rts(intptr_t fd, int pulldown);\nssize_t ucomm_available(intptr_t fd);\nint ucomm_getc(intptr_t fd);\nint ucomm_putc(intptr_t fd, int ch);\nssize_t ucomm_read(intptr_t fd, void* buffer, size_t length);\nssize_t ucomm_write(intptr_t fd, const void* buffer, size_t length);\nsize_t ucomm_ports(char*** ports);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatveyt%2Fucomm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatveyt%2Fucomm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatveyt%2Fucomm/lists"}