From owner-freebsd-questions Tue Dec 7 12:28:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.whtz.com (m8.z100.com [209.73.193.8]) by hub.freebsd.org (Postfix) with SMTP id 2AC6414BFC for ; Tue, 7 Dec 1999 12:28:12 -0800 (PST) (envelope-from courtney@whtz.com) Received: by mail.whtz.com(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 85256840.006F94DA ; Tue, 7 Dec 1999 15:18:46 -0500 X-Lotus-FromDomain: Z100 From: courtney@whtz.com To: questions@freebsd.org Message-ID: <85256840.006F92E1.00@mail.whtz.com> Date: Tue, 7 Dec 1999 15:18:40 -0500 Subject: Sending data to serial ports Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hey everyone- I am working on a project here that requires me to send some strange ASCII characters to the serial port on my bsd machine...I am thinking that I might just be able to get away with writing a shell script that would "echo "thest ASCII data" >/dev/cuaa" am I correct in this line of thinking? If so my other issue is that a few of the scharacters are like CTRL+2 at the same time...it seems that pico will not support some of the necessary commands...how can I get these to echo out the serial port. another one that I have to send is CTRL+D (end of transmission) but everytime that I use that in a telnet session to the bsd box I get disconnected...how can I do this??? PLEASE HELP!! thanks in advance, Bernie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message