mirror of
https://github.com/meshtastic/web.git
synced 2026-01-08 07:27:53 -05:00
@meshtastic/transport-node-serial
Overview
@meshtastic/transport-noden-node Provides Serial transport (Node) for Meshtastic
devices. Installation instructions are available at
JSR
NPM
Usage
import { MeshDevice } from "@meshtastic/core";
import { TransportNodeSerial } from "@meshtastic/transport-node-serial";
const transport = await TransportNodeSerial.create("/dev/cu.usbserial-0001");
const device = new MeshDevice(transport);