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 225 B
/** * @author Tom Neutens <tomneutens@gmail.com> */ import "./components/SerialMonitor"; import SerialMonitor from "./components/SerialMonitor"; export default SerialMonitor; //# sourceMappingURL=serial-monitor.js.map