{"id":18350598,"url":"https://github.com/barismeral/java-serial-port","last_synced_at":"2026-03-04T09:02:27.010Z","repository":{"id":144569623,"uuid":"163399880","full_name":"barismeral/java-serial-port","owner":"barismeral","description":"Custom basic Serial Port Communication for Java","archived":false,"fork":false,"pushed_at":"2018-12-31T10:50:46.000Z","size":407,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T10:41:53.835Z","etag":null,"topics":["c","c-plus-plus","communication","java","java-8","java-library","library","serial-communication","serial-port","serialport","simple","windows"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barismeral.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":"2018-12-28T10:52:39.000Z","updated_at":"2021-04-14T04:10:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"8047faed-a3fe-424e-a118-71d787d33774","html_url":"https://github.com/barismeral/java-serial-port","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/barismeral/java-serial-port","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barismeral%2Fjava-serial-port","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barismeral%2Fjava-serial-port/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barismeral%2Fjava-serial-port/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barismeral%2Fjava-serial-port/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barismeral","download_url":"https://codeload.github.com/barismeral/java-serial-port/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barismeral%2Fjava-serial-port/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30076935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["c","c-plus-plus","communication","java","java-8","java-library","library","serial-communication","serial-port","serialport","simple","windows"],"created_at":"2024-11-05T21:27:40.075Z","updated_at":"2026-03-04T09:02:26.994Z","avatar_url":"https://github.com/barismeral.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n## Custom basic Serial Port Communication for Java\n\n# Usage \n\n\u003ccode\u003e\n  \n// create port\n  \nSerialPort port = new SerialPort();\n\n// port settings\n\nport.setBaudRate(9600);\n\nport.setDataBits(8);\n\nport.setParity(Parity.NONE);\n\nport.setStopBits(StopBits.ONE);\n\nport.setPortName(\"COM20\");\n\n\n//writing \u0026 reading\n\nport.write(\"Hello, World\");\n\nString str = port.read();\n\n// port open or close\n\nport.open();\n\nport.close();\n\u003c/code\u003e\n\n# Please Fork\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarismeral%2Fjava-serial-port","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarismeral%2Fjava-serial-port","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarismeral%2Fjava-serial-port/lists"}