From owner-freebsd-questions@FreeBSD.ORG Tue Dec 5 23:31:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C58E16A412 for ; Tue, 5 Dec 2006 23:31:03 +0000 (UTC) (envelope-from jahilliya@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A15A43CA6 for ; Tue, 5 Dec 2006 23:30:20 +0000 (GMT) (envelope-from jahilliya@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so14014wxc for ; Tue, 05 Dec 2006 15:31:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=AxEQzssFALqYlbc9ezBHfnYTV22aqJ+wDjd1IPj2hjgsa9QhZNfoN3JMmdGCmz70IEZoghR5eUnyPxXJe89+YFpE9Yu5o97SjtiE7cBS0DlUgDZIuDJ+dQwf95Wks11CY41S2FY7l5XWeR1F/Q4Sbuiau+heOhM/VYNDmqWthhw= Received: by 10.70.87.11 with SMTP id k11mr69105wxb.1165361460609; Tue, 05 Dec 2006 15:31:00 -0800 (PST) Received: by 10.70.131.11 with HTTP; Tue, 5 Dec 2006 15:31:00 -0800 (PST) Message-ID: Date: Wed, 6 Dec 2006 08:31:00 +0900 From: Jahilliya To: "David Banning" In-Reply-To: <20061205230530.M80529@skytrackercanada.com> MIME-Version: 1.0 References: <20061205230530.M80529@skytrackercanada.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: setting serial speed higher than 9600 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: Tue, 05 Dec 2006 23:31:03 -0000 On 12/6/06, David Banning wrote: > > I am attempting to set the serial speed higher than 9600 to use it for a > printer. The stty command does not appear to work; > > root# stty -a -f /dev/cuaa0 > speed 9600 baud; 0 rows; 0 columns; > ... > > > root# stty -f /dev/cuaa0 57600 > > root# stty -a -f /dev/cuaa0 > speed 9600 baud; 0 rows; 0 columns; > lflags: -icanon -isig -iexten ... > > Any suggestions? > The man page says speed number This sets both ispeed and ospeed to number. Try the command: stty -f /dev/cuaa0 speed=57600