From owner-freebsd-questions@FreeBSD.ORG Wed May 10 01:00:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A0A2616A401 for ; Wed, 10 May 2006 01:00:49 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BE7743D45 for ; Wed, 10 May 2006 01:00:49 +0000 (GMT) (envelope-from peo@intersonic.se) Received: from localhost (terrapin.inter-sonic.com [172.16.1.12]) by neonpark.inter-sonic.com (Postfix) with ESMTP id 308DF818E84 for ; Wed, 10 May 2006 03:00:47 +0200 (CEST) Message-ID: <44613B36.90508@intersonic.se> Date: Wed, 10 May 2006 03:00:38 +0200 From: Per olof Ljungmark User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: control rts/dtr from console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2006 01:00:49 -0000 Hi, I need to set cts/dtr of a serial line from the console. Tried http://www.gude.info/files/setserialbits.c.gz but nothing much seems to happen with that. I need to supply a clock from this port. I'm sure there are some simple solution to this. Anyone?