import { availablePorts } from 'Serial'
const ports = await availablePorts();
for ( const port of ports )
console.log(port) // '/dev/USB0'
-
Notifications
You must be signed in to change notification settings - Fork 1
Deno Serial Library for Linux
License
Denoed/Serial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Deno Serial Library for Linux