{"id":22665041,"url":"https://github.com/smfsw/serialterminal","last_synced_at":"2026-05-02T13:32:41.211Z","repository":{"id":159708971,"uuid":"86166725","full_name":"SMFSW/SerialTerminal","owner":"SMFSW","description":"Arduino Hardware Serial Terminal (for processing of serial communication)","archived":false,"fork":false,"pushed_at":"2025-04-30T21:33:21.000Z","size":261,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T22:33:18.009Z","etag":null,"topics":["arduino","arduino-library","communication","ihm","serial"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SMFSW.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":"2017-03-25T15:19:32.000Z","updated_at":"2025-04-30T21:33:25.000Z","dependencies_parsed_at":"2023-07-13T14:16:04.589Z","dependency_job_id":null,"html_url":"https://github.com/SMFSW/SerialTerminal","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/SMFSW/SerialTerminal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMFSW%2FSerialTerminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMFSW%2FSerialTerminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMFSW%2FSerialTerminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMFSW%2FSerialTerminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SMFSW","download_url":"https://codeload.github.com/SMFSW/SerialTerminal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMFSW%2FSerialTerminal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32536576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: 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":["arduino","arduino-library","communication","ihm","serial"],"created_at":"2024-12-09T13:18:55.175Z","updated_at":"2026-05-02T13:32:41.191Z","avatar_url":"https://github.com/SMFSW.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SerialTerminal\n\n[![author](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/SMFSW/a9a2b2a02fda1b33461d53ddfe69d649/raw/auth_SMFSW.json)](https://github.com/SMFSW)\n![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/SMFSW/a9a2b2a02fda1b33461d53ddfe69d649/raw/SerialTerminal_status_badge.json)\n[![license](https://img.shields.io/badge/License-BSD3-darkred.svg)](LICENSE)\n[![CodeFactor](https://www.codefactor.io/repository/github/smfsw/seqtimer/badge)](https://www.codefactor.io/repository/github/smfsw/serialterminal)\n\n![platform](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/SMFSW/a9a2b2a02fda1b33461d53ddfe69d649/raw/platform_INO.json)\n\n[![doxy](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/SMFSW/a9a2b2a02fda1b33461d53ddfe69d649/raw/tool_DOXY.json)](https://smfsw.github.io/SerialTerminal)\n[![re_note](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/SMFSW/a9a2b2a02fda1b33461d53ddfe69d649/raw/tool_RN.json)](ReleaseNotes.md)\n\nArduino Hardware Serial Terminal\n\nArduino Hardware Serial Terminal (low level), sending complete sequence to function for processing it (mainly for user input)\n\n## Usage\n\n- Declare a function of type `void (*func)(String)` for message processing\n- Initialize terminal with `term.init(uint32_t speed, void (*processing)(String)=NULL, String * title=NULL, String * ver=NULL, int msg_size=64)`\n  - `speed`: terminal baud rate\n  - `processing`: pointer to message processing function\n  - `title`: pointer to terminal title String\n  - `ver`: pointer to version String\n  - `msg_size`: maximum serial input size\n- messages will be passed to `func` for processing when breakout char (default being ';') occurs or max size is reached\n- Other methods:\n  - `term.setBreakoutChar()`: change breakout character\n  - `term.getBreakoutChar()`: get actual breakout character\n\n## Examples included\n\n- [ParrotTerminal.ino](examples/ParrotTerminal/ParrotTerminal.ino): Writes back terminal entries to terminal\n- [SetLEDTerm.ino](examples/SetLEDTerm/SetLEDTerm.ino): Set onboard LED state through serial terminal\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmfsw%2Fserialterminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmfsw%2Fserialterminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmfsw%2Fserialterminal/lists"}