X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Brad Reidselth" To: Cc: References: <46b8d1a1$0$16367$88260bb3 AT free DOT teranews DOT com> In-Reply-To: <46b8d1a1$0$16367$88260bb3@free.teranews.com> Subject: RE: DOS MODE command patch for CTTY w/o CTS / DSR ? Date: Tue, 7 Aug 2007 15:02:28 -0700 Message-ID: <000001c7d93e$a5f49da0$f1ddd8e0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcfZOZWfyGTyyX/2QPeD7zwbngYZVgAA/02Q Content-Language: en-us Reply-To: djgpp AT delorie DOT com > -----Original Message----- > From: Ivor Bowden [mailto:ivorlist AT peritek DOT com] > Sent: Tuesday, August 07, 2007 2:02 PM > To: djgpp AT delorie DOT com > Subject: DOS MODE command patch for CTTY w/o CTS / DSR ? > > Hi, this isn't strictly a djgpp question, but I was hoping someone here > would know this. I need to boot DOS via serial port (to debug the > graphics). It works with mode "COM1: 96,n,8,1" and "ctty com1", but only > if hardware handshaking (RTS/CTS & DTR/DTS) are connected. > Unfortunately, on the system I need to debug these signals are not > available. So the question is, does anyone know of a way around this - a > patched MODE command version, for example? > Thanks, > Ivor > > -- > Posted via a free Usenet account from http://www.teranews.com Some MODE programs let you set signal sensitivity. Try typing MODE /? or HELP MODE to see if that feature is available. Or you can patch your serial cable. Just short RTS with CTS and DTR with DSR. It's not a bad idea to perform this at both ends of the cable too. Null modem cables usually come configured like that anyway.