From d8bf32f8097bf7bbaf6a9ef3364ddd571e039572 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 10 Mar 2020 13:35:07 +0000 Subject: [PATCH] ttyacm-multiplex: Add a comment say what this thing is Signed-off-by: Ian Jackson --- ttyacm-multiplex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ttyacm-multiplex b/ttyacm-multiplex index 3a576af..d8f91c3 100755 --- a/ttyacm-multiplex +++ b/ttyacm-multiplex @@ -5,6 +5,9 @@ # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. +# This is unfinished attempt at a program to multiplex multiple +# clients all wanting to speak to a /dev/ttyACM GSM modem / GPS. + set expected_devs 3 proc debug {m} { puts "DEBUG $m" } -- 2.30.2