From 752aa721b306cf483d42d669e745759521822ef1 Mon Sep 17 00:00:00 2001 From: 0x_n3m0_ <0x_n3m0_@0xn3m0.local> Date: Fri, 12 Dec 2025 16:41:45 +0200 Subject: [PATCH] change port --- listen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listen.ts b/listen.ts index 6fbf399..d9f71fb 100644 --- a/listen.ts +++ b/listen.ts @@ -3,7 +3,7 @@ import { ReadlineParser } from '@serialport/parser-readline'; // --- Config --- // This is now the correct port from your dmesg log! -const PORT_PATH = '/dev/ttyACM0'; +const PORT_PATH = '/dev/ttyACM1'; // This is a guess. Check your manual if 9600 doesn't work. const BAUD_RATE = 9600;