From owner-freebsd-questions@FreeBSD.ORG Fri Aug 7 19:06:52 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F6DC106566C for ; Fri, 7 Aug 2009 19:06:52 +0000 (UTC) (envelope-from cstankevitz@toyon.com) Received: from smtp1.toyon.com (206-190-77-154.static.twtelecom.net [206.190.77.154]) by mx1.freebsd.org (Postfix) with ESMTP id 1D4A88FC1D for ; Fri, 7 Aug 2009 19:06:51 +0000 (UTC) Received: from [172.16.1.101] (hosts253.toyon.com [65.160.147.253]) (authenticated bits=0) by smtp1.toyon.com (8.13.1/8.12.11) with ESMTP id n77JBcrt007687 for ; Fri, 7 Aug 2009 12:11:38 -0700 Message-ID: <4A7C7B48.2060505@toyon.com> Date: Fri, 07 Aug 2009 12:06:48 -0700 From: Chris Stankevitz User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Time quantization when reading from serial port 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: Fri, 07 Aug 2009 19:06:52 -0000 I receive data on the serial port (flags O_NONBLOCK, VMIN=0, VTIME=0, B115200). The time the data shows up is quantized to 5ms. Where does this 5ms quantization comes from? Increasing kern.hz to 10000 does not reduce this effect. Thank you, Chris