Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 234 Bytes

Usage.md

File metadata and controls

23 lines (14 loc) · 234 Bytes

Usage


import * as Serial from 'https://deno.land/x/serial'


Available Ports

Querying the available serial ports.


const ports = await Serial.availablePorts();