0.0.3 • Published 2 years ago

@anael-root/weberiallib v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

webseriallib

Tiny library to ease webserial connection in browser.

Licence

This is licenced under MIT licence. Find more in the licence file.

Usage

Import library

import {webseriallib} from "webseriallib"

Check if serial is available in your browser

webseriallib.isBrowserCompatible()

Connect

var webserial = new webseriallib(this.speedSelected)
await webserial.connect();

Monitor variables

webserial.history
webserial.connected

Send message

webserial.send(message)

Disconnect

webserial.disconnect()

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago