From owner-freebsd-questions@FreeBSD.ORG Sat Jun 24 20:08:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DCFE16A494 for ; Sat, 24 Jun 2006 20:08:04 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id A478243D5E for ; Sat, 24 Jun 2006 20:08:03 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from coolf89ea26645 (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k5OK7wx28853; Sat, 24 Jun 2006 13:07:58 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Message-ID: <000801c697c9$e4bd9c10$3c01a8c0@coolf89ea26645> From: "Ted Mittelstaedt" To: "Bryan" , References: <449D982B.4090707@pcisys.net> Date: Sat, 24 Jun 2006 13:08:00 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Cc: Subject: Re: Serial Communication 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: Sat, 24 Jun 2006 20:08:04 -0000 stty speed 2400 -hup cs8 -parenb -clocal -f /dev/ttyd0 cat dload.txt > /dev/ttyd0 also the scanner must assert DTR when it's turned on. Ted ----- Original Message ----- From: "Bryan" To: Sent: Saturday, June 24, 2006 12:53 PM Subject: Serial Communication > I have an old TCL/TK Script That I wrote several years ago that sends > data out of a serial port into a Radio Shack Pro-64 scanner. The program > basically programs the scanner with frequencies to listen to. > > I cant figure out how to make it work in FreeBSD. The port must be > configured as follows > > COM1: 2400, 8, N, 1 > > The actual snippet of code that writes out to the port looks like this: > > cat dload.txt > /dev/prd64 > > where /dev/pro64 was a device (com port configured as above)I had > created (somehow) for the linux box I had at the time. > > The handbook reading did not provide enough detail for me to get the > port configured and working. The port does not need anything to be > recognized coming in since the operation is outbound only. Software or > scanner cannot read the port anyway. > > Can anyone give me a primer or some help to get going? > > Thank You. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >