Files
web/packages/transport-node-serial
Dan Ditomaso 1de92cd2e9 Replace workspace formatter/linting tool (#799)
* replaced workspace formatter/linting tool

* format / linting fixes
2025-08-22 12:30:05 -04:00
..
2025-08-14 21:56:34 -04:00

@meshtastic/transport-node-serial

JSR CI CLA assistant Fiscal Contributors Vercel

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);

Stats

Alt