Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!ucbcad!ucbvax!UKANVAX.BITNET!2QN3GLOP From: 2QN3GLOP@UKANVAX.BITNET.UUCP Newsgroups: comp.sys.apple Subject: Programming modem to answer? Message-ID: <8705201422.aa10313@SMOKE.BRL.ARPA> Date: Wed, 20-May-87 15:18:00 EDT Article-I.D.: SMOKE.8705201422.aa10313 Posted: Wed May 20 15:18:00 1987 Date-Received: Sat, 23-May-87 01:26:34 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 20 I have a Apple //c computer with a Apple 1200 baud modem. I downloaded a small Bulltein Board program from another computer called Mini-Board 1.0. But I don't know how to program the modem to wait for a call??????? The program looks like this: 12 DIM N$(50),P$(50),FM(50),TM(50),MS$(50),T$(50,5) 14 DIM ML(50),MC(50) 20 PRINT : PRINT "******Mini-Board 1.0 ******" 30 PRINT "Waiting for caller." :REM 32 REM for your specific computer 37 XX = 0 40 PRINT "Incoming call." : PRINT 42 FOR I = 1 TO 500: NEXT I: REM 44 PRINT "Welcome to the Mini-Board." etc...... I tried putting in 32 PRINT "IN#2" (with a ctrl-D after the first quote), but it ignored it. What am I missing in order for the modem to wait for the call, answer the call and then proceed to line 44. Thanks in advance. 2QN3GLOP@UKANVAX.BITNET