UNPKG

@tomneutens/serial_monitor

Version:

A web based serial monitor for communicating with serial devices (like Arduino). The library is based on native web components and uses the WebSerial API to communicate with the external device.

8 lines (6 loc) 182 B
/** * @author Tom Neutens <tomneutens@gmail.com> */ import "./components/SerialMonitor" import SerialMonitor from "./components/SerialMonitor" export default SerialMonitor