Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-sdd!apollo!oj From: oj@apollo.HP.COM (Ellis Oliver Jones) Newsgroups: comp.sys.apollo Subject: Re: Serial/Parallel board question Message-ID: <47d25dab.20b6d@apollo.HP.COM> Date: 3 Jan 90 23:10:00 GMT References: <1990Jan2.220320.18360@Neon.Stanford.EDU> Sender: root@apollo.HP.COM Reply-To: oj@apollo.hp.com Organization: Apollo Computer, Chelmsford, MA Lines: 18 In article <1990Jan2.220320.18360@Neon.Stanford.EDU> pang@Neon.Stanford.EDU (Swee-Chee Pang) writes: >I have a stand alone Apollo 3500, and would like to use the >Serial/Parallel board that it comes with to act like a serial line to >my modem, are there programs available to do this? I use this shell script to set up one of my DN4000's serial port so I can log in to it from a terminal emulator program on a PC. This worked when I had sr10.1, and it still works with sr10.2. I've found that going faster than 2400 baud messes up xmodem, which I use for file transfer. #!/com/sh args >/tmp/siomonit_file "-repeat /dev/sio1 -n siologin1_local /com/sh -f -c user_data/startup_sio.sh 1" xdmc "cps /sys/siologin/siomonit -n siomonitor /tmp/siomonit_file" tctl -line 1 -default -speed 2400 -dcd_enable -insync -nosync /Ollie Jones (speaking for myself)