From mboxrd@z Thu Jan 1 00:00:00 1970 From: anothy@cosym.net To: 9fans@cse.psu.edu Subject: Re: [9fans] serial port programming MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Message-Id: <20010216044143.F2505199D5@mail.cse.psu.edu> Date: Thu, 15 Feb 2001 23:41:41 -0500 Topicbox-Message-UUID: 667b8efe-eac9-11e9-9e20-41e7f4b1d025 in addition to the excelent suggestions already offered, it sounds like consolefs(4) might be of interest. it (and clog, on the same page) handles multiple readers and writers to a set of serial consoles and (optionally) logging them to files. it is, of cource, focused on text consoles, but may be a good starting point. -α.