BBS: Inland Empire Archive Date: 10-12-92 (03:58) Number: 353 From: KENNY BINGHAM Refer#: NONE To: JERRY HUNTER Recvd: NO Subj: Why PATCH DTR? Conf: (2) Quik_Bas
Howdy, Jerry! JH> DEF SEG=0 JH> PortAddr% = &H3F8 ' the base port address of COMx: to preserve JH> CLOSE #1 ' go ahead and close the port JH> OUT PortAddr% + 4, 3 ' within a heartbeat, Slam the DTR High JH> RUN "MYPROG.EXE" go on about your business... So if I understand you correctly, I could away with something like this: DEF SEG=0 PortAddr%=&H3F8 CLOSE #1 OUT Port Addr% + 4, 3 Open "COM1:" For input as #1 Where the last statement allows me to read input from the screen? Also You mentioned problems with 8088's? How about 8088's with NEC V20 chips in them? ~~ --- * Origin: Midnight Micro! V.32/REL (918)451-3306 (1:170/600)
Books at Amazon:
Back to BASIC: The History, Corruption, and Future of the Language
Hackers: Heroes of the Computer Revolution (including Tiny BASIC)
Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution
The Advent of the Algorithm: The Idea that Rules the World
Moths in the Machine: The Power and Perils of Programming
Mastering Visual Basic .NET