Skip to content

Latest commit

 

History

History

serial

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@commoners/serial

A plugin for connecting to Serial devices on both web and desktop using the Web Serial API.

Example

import serialPlugin from '@commoners/serial'

export default {
    plugins: [ serialPlugin ]
}