An open API service indexing awesome lists of open source software.

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

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