From owner-freebsd-questions Sun Jul 22 23:31: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.qcislands.net (mail.qcislands.net [209.53.238.6]) by hub.freebsd.org (Postfix) with ESMTP id 8C4FB37B407 for ; Sun, 22 Jul 2001 23:31:05 -0700 (PDT) (envelope-from ccstore@qcislands.net) Received: from [209.53.238.2] (helo=auth.qcislands.net) by mail.qcislands.net with esmtp (Exim 3.31 #2) id 15OZF1-0007sw-00 for freebsd-questions@freebsd.org; Sun, 22 Jul 2001 23:30:55 -0700 Received: from ccstore by auth.qcislands.net with local (Exim 3.22 #1) id 15OZF1-0002R3-00 for freebsd-questions@freebsd.org; Sun, 22 Jul 2001 23:30:55 -0700 From: Jim Pazarena To: freebsd-questions@freebsd.org Subject: accessing sio0 programatically X-Mailer: SCO Shell Date: Sun, 22 Jul 2001 23:19:09 -0700 (PDT) Message-ID: <10107222319.aa06518@ccstores.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When my machine boots (4.3) both the hardware acknowledges that there is a com1 port, and the kernel does with the following message: /kernel: sio0 at port 0x3f8-0x3ff irg 4 flags 0x10 on isa /kernel: sio0: type 16550A This all looks great. I have a program however which talks to a device plugged into Com1, and it isn't able to speak to it. I need to supply the program with the device name, so I've tried: /dev/cuaa0 _and_ /dev/ttyd0 Neither of which function. Is there another name I can reference the port by? one that isn't tied to "callout mode" or "callin mode"? -- Jim Pazarena mailto:paz@qcislands.net http://www.qcislands.net/paz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message