/Serial

Deno Serial Library for Linux

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Serial

A Work In Progress serial library.



Button Usage   Button Building



Preview

import { availablePorts } from 'Serial'

const ports = await availablePorts();

for ( const port of ports )
    console.log(port) // '/dev/USB0'