>From owner-piclist@mitvma.mit.edu Tue Dec 29 15:27:17 1998 >Received: from PEAR.EASE.LSOFT.COM (209.119.0.19) by walnut-backup.ease.lsoft.com (LSMTP for OpenVMS v1.1b) with SMTP id <1.0001CB40@walnut-backup.ease.lsoft.com>; Tue, 29 Dec 1998 13:51:39 -0400 >Received: from MITVMA.MIT.EDU by MITVMA.MIT.EDU (LISTSERV release 1.8c) with > NJE id 0131 for PICLIST@MITVMA.MIT.EDU; Tue, 29 Dec 1998 13:57:26 > -0500 >Received: from MITVMA (NJE origin SMTP@MITVMA) by MITVMA.MIT.EDU (LMail > V1.2b/1.8b) with BSMTP id 9777; Tue, 29 Dec 1998 13:57:08 -0500 >Received: from ha1.rdc1.sdca.home.com [24.0.3.66] by mitvma.mit.edu (IBM VM > SMTP V2R4a) via TCP with SMTP ; Tue, 29 Dec 1998 13:57:07 EST >X-Warning: mitvma.mit.edu: Host ha1.rdc1.sdca.home.com claimed to be > mail.rdc1.sdca.home.com >Received: from cx48592-a ([24.4.88.50]) by mail.rdc1.sdca.home.com (InterMail > v4.0 201-221-107) with SMTP id > <19981229185657.YKKM29537.mail.rdc1.sdca.home.com@cx48592-a> for > ; Tue, 29 Dec 1998 10:56:57 -0800 >X-Sender: lists@mail >X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 >Mime-Version: 1.0 >Content-Type: text/plain; charset="us-ascii" >Message-ID: <4.1.19981229104948.0094e3b0@mail> >Date: Tue, 29 Dec 1998 10:56:33 -0800 >Reply-To: pic microcontroller discussion list >Sender: pic microcontroller discussion list >From: Gerhard Fiedler >Subject: Re: PC Hardware (again) >To: PICLIST@MITVMA.MIT.EDU >In-Reply-To: <3.0.1.32.19981229103720.00691ca8@pop.fast.net> > >At 10:37 12/29/98 -0500, Andy Kunz wrote: >>How do I tell teh UART in a PC to speak even though the modem/handshake >>lines tell it not to? > >can you get more specific? AFAIK, all the handshake lines (RTS, CTS, DTR) >in normal UARTs are software controlled, but i've seen more advanced SCCs >which would allow to configure a hardware controlled handshake. > >ge > Hey guys Talking about the handshake lines in (RTS CTS DTR, do u have to program the pic (example: pic16c73 in this case) to configure these lines, even when you're not going to use it? What I'm saying is that I'll fixing up a null modem for the RS232 cable, using only TX, RX & gnd. Take the example below quoted from a tutorial application from microchip, It says, "We will also use RC5 and RA5 as the terminal handshake lines RTS and CTS, although these signals are not used in this application. Following convention though we will set RTS as an input and CTS will be driven low. " the codes:" ;RTS must be = 00 cts MUST = 00 BSF PORTC,5 ;RTS BSF PORTA,5 ;CTS Dazed & confused? Bye ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com