X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=ttyacm-multiplex;h=d8f91c31adad2ce5fc95bd6451323f77aaac0555;hb=9ab567c4ba2e3627372f9b39733297ac3df93fb4;hp=3a576af3bf204e740fd5e53fc017acf1229b9728;hpb=4cea8a81bd99ffcf064f81470a588a929687cafb;p=chiark-tcl-applet.git 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" }