https://github.com/denoed/serial
Deno Serial Library for Linux
https://github.com/denoed/serial
deno library linux module serial work-in-progress
Last synced: 2 months ago
JSON representation
Deno Serial Library for Linux
- Host: GitHub
- URL: https://github.com/denoed/serial
- Owner: Denoed
- License: agpl-3.0
- Created: 2022-08-01T08:57:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T00:23:53.000Z (about 2 years ago)
- Last Synced: 2025-04-12T06:59:38.617Z (2 months ago)
- Topics: deno, library, linux, module, serial, work-in-progress
- Language: TypeScript
- Homepage: https://deno.land/x/serial
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serial
*A **Work In Progress** serial library.*
[![Button Usage]][Usage]
[![Button Building]][Building]
## Preview
```ts
import { availablePorts } from 'Serial'const ports = await availablePorts();
for ( const port of ports )
console.log(port) // '/dev/USB0'
```
[Building]: Documentation/Building.md
[Usage]: Documentation/Usage.md[Button Building]: https://img.shields.io/badge/Building-179C7D?style=for-the-badge&logoColor=white&logo=curseforge
[Button Usage]: https://img.shields.io/badge/Usage-00ACC1?style=for-the-badge&logoColor=white&logo=GitBook