Skip to content
/ Serial Public

Deno Serial Library for Linux

License

Notifications You must be signed in to change notification settings

Denoed/Serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'