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.

7 lines 216 B
/** * @author Tom Neutens <tomneutens@gmail.com> */ import "./components/SerialMonitor"; import SerialMonitor from "./components/SerialMonitor"; export default SerialMonitor; //# sourceMappingURL=index.js.map