From owner-freebsd-questions@FreeBSD.ORG Fri Oct 17 05:18:11 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDB0116A4B3 for ; Fri, 17 Oct 2003 05:18:11 -0700 (PDT) Received: from aibo.runbox.com (aibo.runbox.com [193.71.199.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5CFC43FCB for ; Fri, 17 Oct 2003 05:18:10 -0700 (PDT) (envelope-from klimenta@futurebit.com) Received: from [10.9.9.110] (helo=snoopy-bak.runbox.com) by lufsen.runbox.com with esmtp (Exim 4.20) id 1AATYW-0003dw-Qm for freebsd-questions@freebsd.org; Fri, 17 Oct 2003 14:18:08 +0200 Received: from [12.33.76.83] (helo=srce) (Authenticated Sender=klimenta@runbox.com) by snoopy-bak.runbox.com with asmtp (Exim 4.20) id 1AATY5-0003pN-QP for freebsd-questions@freebsd.org; Fri, 17 Oct 2003 14:17:41 +0200 Message-ID: <001b01c394a9$880d9040$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: "FreeBSD-Questions" References: <20031017135828.73CF.FREEBSD@euro.net.mk> Date: Fri, 17 Oct 2003 08:23:48 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Sender: 202020 Subject: Re: perl serial port access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2003 12:18:11 -0000 > What is the name of the /dev for the serial port in FreeBSD. dmesg says > there are sio0 and sio1 but there are no such file names in /dev. Most devices in the kernel are accessed through ``device special files'', which are located in the /dev directory. The sio devices are accessed through the /dev/ttydN (dial-in) and /dev/cuaaN (call-out) devices. FreeBSD also provides initialization devices (/dev/ttyidN and /dev/cuaiaN) and locking devices (/dev/ttyldN and /dev/cualaN).....and so on (handbook)