Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 802 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 802 Bytes

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'