Connect to and interact with your IoT devices over a variety of connections including:
- Serial
- USB
- Serial
- NFC
- More coming!
npm install @mastashake08/web-iot
import { SerialManager } from '@mastashake08/web-iot'
const sm = new SerialManager();
// get ports
sm.getPorts()