From owner-freebsd-sparc64@FreeBSD.ORG Fri Jul 9 10:05:22 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22446106564A for ; Fri, 9 Jul 2010 10:05:22 +0000 (UTC) (envelope-from narcotico@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id B0B7C8FC08 for ; Fri, 9 Jul 2010 10:05:21 +0000 (UTC) Received: by wwf26 with SMTP id 26so608749wwf.31 for ; Fri, 09 Jul 2010 03:05:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=3S6lNbnNyjoauCxhWwRILw76UFbRIALv56OvLJvO5dA=; b=F44Er0S1wOwCQHgGdH4RjBFHxKqMFv36Ef7AJ0lfEkgOTdPfPY15n9X4Tpe8npTIAx L0Z+T70kVNDK+N44N2XcPstXdOBwNM6p/J/HZ31eFCYJDejuGjCV8B4lZ192D5nP92Ij 00S+Zg+1ggd7GZUQ7+Jx9qLtGZJPGxhUqdjF8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=LWby0KJa9pP1uwchRbWQdFyfKaLWJUcuoiavneZpLGzKUrnkZojCOkCPXKsaN4+4Fz ZGx3qH2zWWZkIHVddVqSasbBgcTz3SkixKF3YIBM9gE9onWmgXYh8Fw0RMdPwkH+h/vU cyPWdJRCFc1nH6Ahi1PxFxyFIBBLin564I4Uw= MIME-Version: 1.0 Received: by 10.216.68.142 with SMTP id l14mr3912727wed.67.1278669910700; Fri, 09 Jul 2010 03:05:10 -0700 (PDT) Received: by 10.216.166.198 with HTTP; Fri, 9 Jul 2010 03:05:10 -0700 (PDT) Date: Fri, 9 Jul 2010 12:05:10 +0200 Message-ID: From: Narciso Martinez To: freebsd-sparc64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Problems conecting serial port (Sun Enterprise 250) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 10:05:22 -0000 Hello. I was trying connect with this server by serial port but I don't get it. I tried with minicom and gtkterm but I don't get it. For this conection I have to build this cable and all pins are work perfectly (multimeter), I use the next conections from this site: http://www.obsolyte.com/sunFAQ/serial/ 25 pin 9 pin pin 1 GND - pin 1 GND pin 2 TXD - pin 3 RXD pin 3 RXD - pin 3 TXD pin 4 RTS - pin 8 CTS pin 5 CTS - pin 7 RTS pin 7 gnd - pin 5 gnd pin 6 DSR - pin 4 DTR pin 20 DTR - pin 6 DSR Is this correct? What could be the problem? Thank you.