From owner-freebsd-questions Tue Apr 23 19:42:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20509.mail.yahoo.com (web20509.mail.yahoo.com [216.136.226.144]) by hub.freebsd.org (Postfix) with SMTP id 614E237B400 for ; Tue, 23 Apr 2002 19:42:10 -0700 (PDT) Message-ID: <20020424024210.45256.qmail@web20509.mail.yahoo.com> Received: from [136.185.151.205] by web20509.mail.yahoo.com via HTTP; Tue, 23 Apr 2002 19:42:10 PDT Date: Tue, 23 Apr 2002 19:42:10 -0700 (PDT) From: Bryan Curl Subject: FreeBSD 4.4-RELEASE Serial I/O challenge To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to port a TCL/TK script from Linux to FreeBSD. Having trouble talking to seial port. In my TCL script I used (in linux): cat dload > /dev/ttyS3 where "dload" is a simple ascii file which needs to be sent raw out the serial port at 2400,n,8,1. I have tried to set /dev/cuaa1 in FreeBSD with: stty -f /dev/ttyid1 parenb cs8 2400 cstopb with no success. Dmesg reports that I have: sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A Can someone familiar with BSD I/O setting lend a hand? Thanks, bryan ===== Mucho Gratis Bryan --bc3910@yahoo.com __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message