[comp.os.vms] Regarding KA820 asynch comm ports on an VAX 8250

BARMSTRO@carleton.EDU (Pod Stolom Consulting) (03/18/88)

I had this same set of questions myself when I wanted to connect a dial-in
modem to our 8250 for RDC. The KA820 is the CPU's I/O interface, which seems
reasonable enough since the console is part of this module. The three lines
above the console are called Synchronous Line Units and are devices are
TCA0, TCB0, and TCC0.  They are not standard devices as far as SYSGEN is
concerned -- to connect them, issue the commands: 
                                               
	SYSGEN> CONNECT SLU=1	! connects TCA0
	SYSGEN> CONNECT SLU=2	! connects TCB0
	SYSGEN> CONNECT SLU=3	! connects TCC0

I got all this information from my field rep.  I couldn't find any mention
of them in the documentation set.

+-----------------------------------------------------------------------+
| Borden Armstrong                               Computer Center        |
| System Manager and                             Carleton College       |
| Academic Programmer/Analyst                    1 North College Street |
|                                                Northfield, MN  55057  |
| barmstro@carleton.edu                                     U. S. A.    |
| ...!umn-cs!stolaf!agnes!ccnfld!barmstro        (507)663-4277          |
+-----------------------------------------------------------------------+
 

thierbac@umbc3.UMD.EDU (Ed Thierbach ) (03/22/88)

In article <8803211600.AA01467@ucbvax.Berkeley.EDU> BARMSTRO@carleton.EDU (Pod Stolom Consulting) writes:
> ...
>	SYSGEN> CONNECT SLU=1	! connects TCA0
>	SYSGEN> CONNECT SLU=2	! connects TCB0
>	SYSGEN> CONNECT SLU=3	! connects TCC0

A quick addition:  the terminal lines are set to 1200 baud by default, and
they also default to set_speed...so you may want to add lines like the
following to SYSTARTUP.COM:

$ SET TERMINAL/PERMANENT/AUTOBAUD/whatever-else TCA0: (or TCB0: or TCC0:)

We use ours daily at 19,200 baud with no problems...except that each character
causes an interrupt, which makes All-in-1 a bit more of a hog than usual. :-)

---
Ed Thierbach
VAX System Manager
Roy F. Weston, Inc.