POKE - port selector communication tool. connect MICOM port selector's console port to a VAX terminal port. Then from your office, logged in to the VAX, you can control the port selector (for example): $ poke ;VMS command (symbol) POKE> sta l1 l2 ;port selector command L001 C000 S ABR T03 I000 LT01 IDLE ;port selector reply L002 C001 S9600 T03 I000 X LT01 CONN 348 ; " " " POKE> msg 0 d Welcome to the CAM port selector. All systems are up. POKE> @pmmess.dat ;indirect command file MSG 0 E MSG 0 Welcome to the CAM port selector. VAX is down for PM, back in afternoon. All other systems are up. MSG 0 C0 POKE> ^Z ;ctrl Z to exit, (or timeout) $ files: AAAREADME.1ST this file POKE.FOR main fortran routine POKESUB.MAR macro subroutines CMNMLB.MAR writer's macro library CMNOLB.OLB writer's object library GETCMDNU1.MOR macro source for routine already in library MMESS.MAR same MMESX.MAR same ZMESZ.MOR same POKEASM.COM assembly command file (use XPOKEASM instead) POKEBLD.COM link command file XPOKEASM.COM my assembly command file XPOKEBLD.COM my link command file (makes an XPOKE, for development) RUNPOKE.COM command file to run it (POKE :== @runpoke.com PSCONFIG.DAT indirect command file we use to set up our port selector In your systartup.com, do $ POKE :== @SOME$DISK:[YOURDIR]RUNPOKE.COM $ SET TERM /PERM /NOBROADCAST /NOINTERACTIVE /SPEED=(9600,9600) ddcu: ddcu: is terminal line to which the port selector command console is connected. Original writer no longer with department, wishes to remain anonymous. Try the executable image first, it might work. You may have to $ ASSIGN/SYSTEM ddcu TTJ0 since written for TTJ0: Good luck if you need to rebuild it. All I have done is collected all the pieces, and made a command file to build it. I wanted to make mods, but no luck. Particularily, change the TT: references to SYS$INPUT and SYS$OUTPUT so POKE can be run from command files or batch jobs, but I don't understand IO to TT: vs. IO to SYS$INPUT/OUTPUT yet. Look for rewrite on next tape Currently can only run from interactive terminal, but a command file can be run e.g. POKE> @PSCONFIG Feel free to call or write (I prefer you write) Tom O'Keefe MOSTEK 1215 W. Crosby Road Carrollton, TX 75006 (214) 466-7289