X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Rod Pemberton" Newsgroups: comp.os.msdos.djgpp Subject: Re: DOS MODE command patch for CTTY w/o CTS / DSR ? Date: Thu, 9 Aug 2007 19:33:06 -0400 Organization: Aioe.org NNTP Server Lines: 29 Message-ID: References: <46b8d1a1$0$16367$88260bb3 AT free DOT teranews DOT com> <000001c7d93e$a5f49da0$f1ddd8e0$@com> <46b8eb0a$0$16369$88260bb3 AT free DOT teranews DOT com> NNTP-Posting-Host: IVw7K97ih4IohxRqyKkqFw.user.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Complaints-To: abuse AT aioe DOT org X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-Priority: 3 X-MSMail-Priority: Normal To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Ivor Bowden" wrote in message news:46b8eb0a$0$16369$88260bb3 AT free DOT teranews DOT com... >... if hardware handshaking (RTS/CTS & DTR/DTS) are connected. > Unfortunately, on the system I need to debug these signals are not > available. ... > The problem is I can not access the DSR/DTR signals to jump them, > they are not available. You are connecting two computers (DTE) together, correct? You can use loop back handshaking (nulling RTS/CTS and CD/DTR/DTS) for one machine, but not the other, correct? Why not? Could you explain how can access the Tx/Rx (or TD/RD) pins but not RTS/CTS/DTR/DTS/CD pins on the "problem" machine? What pins do you have access to on the "problem" machine? Are you connecting directly to lines on the MB? Directly to the serial IC? In every scenario I can come up with, you should have access to the other lines... "RS232 null modem with loop back handshaking" here: http://www.lammertbies.nl/comm/cable/RS-232.html and more "RS232 null modem with loop back handshaking" here: http://www.lammertbies.nl/comm/info/RS-232_null_modem.html#loop Curious and confused... Rod Pemberton