{"id":14970906,"url":"https://github.com/webduinoio/webduino-serial-transport","last_synced_at":"2026-03-01T17:05:09.782Z","repository":{"id":57144058,"uuid":"45899022","full_name":"webduinoio/webduino-serial-transport","owner":"webduinoio","description":"🔌  Serialport Transport Plugin for webduino-js","archived":false,"fork":false,"pushed_at":"2018-11-12T09:18:44.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-01-24T03:27:57.728Z","etag":null,"topics":["serial-ports","webduino","webduino-js"],"latest_commit_sha":null,"homepage":"","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/webduinoio.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}},"created_at":"2015-11-10T08:42:47.000Z","updated_at":"2019-07-14T21:32:02.000Z","dependencies_parsed_at":"2022-09-06T05:51:39.756Z","dependency_job_id":null,"html_url":"https://github.com/webduinoio/webduino-serial-transport","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/webduinoio/webduino-serial-transport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webduinoio%2Fwebduino-serial-transport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webduinoio%2Fwebduino-serial-transport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webduinoio%2Fwebduino-serial-transport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webduinoio%2Fwebduino-serial-transport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webduinoio","download_url":"https://codeload.github.com/webduinoio/webduino-serial-transport/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webduinoio%2Fwebduino-serial-transport/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29976272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"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":["serial-ports","webduino","webduino-js"],"created_at":"2024-09-24T13:44:20.132Z","updated_at":"2026-03-01T17:05:09.766Z","avatar_url":"https://github.com/webduinoio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webduino-serial-transport\nSerialPort Transport Plugin for webduino-js\n\n## Requirement\nWhen running in browser, you must have the following installed:\n\n1. [API Proxy for Google Chrome™](https://chrome.google.com/webstore/detail/api-proxy-for-google-chro/pddlkidaibpbhpkfbhkbeolbagpmkhhn) (launch before opening your application)\n2. [API Proxy Agent for Google Chrome™](https://chrome.google.com/webstore/detail/api-proxy-agent-for-googl/kdhdgaemffmpfmceolgbfpnfiafbjdkp)\n\nto interface with Webduino/Arduino via SerialPort.\n\n## Installation\n### Browser\n_See also:_\n[webduino-js](https://github.com/webduinoio/webduino-js)\n\nThe `webduino-base.js` or `webduino-all.js` has bundled serial and bluetooth transports by default. If you have successfully built it or use the CDN version, you are ready to go.\n\n### Node.js\n```sh\n$ npm install webduino-serial-transport\n```\n\n## Usage\n**webduino-js** provides isomorphic APIs:\n\n```javascript\n// Need to acquire 'webduino' in Node.js:\n// var webduino = require('webduino-js');\n\nvar board, led;\n\nboard = new webduino.Arduino({\n  transport: 'serial',\n  path: '/dev/cu.usbmodem1421'\n});\n\n// or:\n// board = new webduino.Arduino({\n//   transport: require('webduino-serial-transport'),\n//   path: '/dev/cu.usbmodem1421'\n// });\n\nboard.on('ready', function() {\n  led = new webduino.module.Led(board, board.getDigitalPin(10));\n  led.on();\n});\n```\n\n## License\n\nThis project is licensed under the MIT license, see [License](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebduinoio%2Fwebduino-serial-transport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebduinoio%2Fwebduino-serial-transport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebduinoio%2Fwebduino-serial-transport/lists"}