{"id":17855617,"url":"https://github.com/nebrius/seriallog","last_synced_at":"2025-09-20T22:32:54.516Z","repository":{"id":47898794,"uuid":"87213035","full_name":"nebrius/seriallog","owner":"nebrius","description":"Logs the output from a serial port in real time","archived":false,"fork":false,"pushed_at":"2021-08-12T01:22:04.000Z","size":69,"stargazers_count":4,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-29T18:03:06.673Z","etag":null,"topics":["debugging","iot","nodejs","serialport"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nebrius.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-04T16:57:19.000Z","updated_at":"2022-10-20T02:28:02.000Z","dependencies_parsed_at":"2022-09-11T05:40:43.798Z","dependency_job_id":null,"html_url":"https://github.com/nebrius/seriallog","commit_stats":null,"previous_names":["nebrius/serial-log"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebrius%2Fseriallog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebrius%2Fseriallog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebrius%2Fseriallog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebrius%2Fseriallog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nebrius","download_url":"https://codeload.github.com/nebrius/seriallog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233682445,"owners_count":18713552,"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":["debugging","iot","nodejs","serialport"],"created_at":"2024-10-28T02:23:49.001Z","updated_at":"2025-09-20T22:32:49.253Z","avatar_url":"https://github.com/nebrius.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# seriallog\n\nA small command-line utility for logging the output of a serial port in real time.\n\n## Installation\n\nInstall globally with npm:\n\n```\nnpm install -g seriallog\n```\n\n## Usage\n\nSerial log will often work without any options:\n\n```\n$ seriallog\n\nWatching serial port /dev/cu.usbserial-A505WVU9\n  baudRate: 112500\n---------------------------------------------------------------\nESP8266 Initializing\nLights initialized\nConnecting to Coordinator.............^C\n$\n```\n\nHowever, you can also specify baud rate and port:\n\n```\n$ seriallog --baudrate 9600 --port /dev/cu.usbserial-12345678\n```\n\nIf you do not specify a serial port, it will try and figure it out for you. If there is more than one serial port available, it will prompt you for the port you prefer.\n\nIf you do not specify a baudrate, it defaults to 115200.\n\nFor more information, run `seriallog --help`\n\n## License\n\nMIT License\n\nCopyright (c) 2017 Bryan Hughes\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebrius%2Fseriallog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnebrius%2Fseriallog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebrius%2Fseriallog/lists"}