From owner-freebsd-embedded@FreeBSD.ORG Mon Jun 30 07:53:58 2008 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49BB6106567A for ; Mon, 30 Jun 2008 07:53:58 +0000 (UTC) (envelope-from rgrover1@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.227]) by mx1.freebsd.org (Postfix) with ESMTP id 1E45E8FC1F for ; Mon, 30 Jun 2008 07:53:57 +0000 (UTC) (envelope-from rgrover1@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1428198rvf.43 for ; Mon, 30 Jun 2008 00:53:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=43r1pTIU5zgbQp8Pu3B+CU1Msy5YdhjF1aW0rMaXE00=; b=RW0JnOEuNaxynq+KE9hdgTs15cG4f/KfNoh0mrxsw1ncnxJ1No8di3e+nw2QiVGB+e 2NvmFszSdupSp/yHJsIHwIpMFWIj7fF6VQ6gQu6gcQQUK6JjXjjv1fmwLkrVLgC36Lz+ PWwtbqQgGqfGi02G8vNGCzWushwI9nbKr0nmE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=KIda7awPak7tT1YAhj3z17msICJpya27S9p5DH1dyIbzx/wW0ZG0Xtywk9MJyf4ez5 NRxJcITWgG6RAYN6rrgESwTmCu7sl2eO+1rW64D81qWs/BDdMBHQTYBVxnL/tk8HYk11 nRm9IMmRlRhsPBTh8kqhLZaQl4b7LH2wSigwg= Received: by 10.141.76.21 with SMTP id d21mr2414542rvl.270.1214810723998; Mon, 30 Jun 2008 00:25:23 -0700 (PDT) Received: by 10.141.66.20 with HTTP; Mon, 30 Jun 2008 00:25:23 -0700 (PDT) Message-ID: <426bed110806300025j5a92080bx59cdb2248c77b8c0@mail.gmail.com> Date: Mon, 30 Jun 2008 19:25:23 +1200 From: "Rohit Grover" To: freebsd-embedded@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: having trouble receiving serial data using my USB->serial adaptor X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2008 07:53:58 -0000 Hi, I am having trouble getting my BAFO 810 USB->serial adaptor to work. I have built the uplcom and ucom drivers into the kernel, and my USB->serial adaptor is recognized at boot, as can be inferred from the following lines from /var/run/dmesg.boot: ucom0: on uhub3 I am using minicom to drive /dev/cuaU0 at 115200 8N1. If I connect the Tx and Rx lines (pins 2 and 3) of the DB9 connector, I can get echoes of my keystrokes on the minicom terminal. Unfortunately, I am unable to connect to an embedded device which supports serial connections at 115200 8N1. When I plug the serial output connector of my adaptor to a NULL modem and then to the target embedded system, I don't see any serial output from the device on my minicom terminal. This same device communicates correctly with the serial port of my linux desktop with minicom and 115200 8N1. As a further experiment, I manually connected pins 2,3, and 5 of the serial end of my adaptor to pins 3,2, and 5 respectively of the embedded device, but still no luck. What am I missing? regards,