Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 exptools; site ihuxx.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!ihnp4!ihuxx!mcgregor From: mcgregor@ihuxx.UUCP (t e macgregor) Newsgroups: net.micro.apple Subject: Super Serial Card behavior Message-ID: <976@ihuxx.UUCP> Date: Sat, 29-Mar-86 22:02:27 EST Article-I.D.: ihuxx.976 Posted: Sat Mar 29 22:02:27 1986 Date-Received: Tue, 1-Apr-86 07:46:42 EST Distribution: net Organization: AT&T Bell Laboratories Lines: 20 When establishing a link to a mainframe using a basic program and Super Serial Card standard interfaces, I find that I can only transmit around 200 characters before the Super Serial Card hangs. The following program sequence will illustrate what I'm doing: 10 PRINT CHR$(4);"PR#2":REM INITIALIZE SERIAL CARD 20 FOR I = 1 TO 100 30 PRINT "THIS IS A TEST LINE BEING SENT TO A HOST COMPUTER OVER A DUPLEX LINK" 40 NEXT I 50 END The program never completes. After transmitting around 200 characters, the program suspends. Experimenting, I find that by hitting a Ctrl Q I can send another 200 characters. Looking through the Serial Card manual including some firmware code, I have been unable find out why this happens? The same program works great with a CCS 7010-02 card. Any hints? T. MacGregor