DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC890

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RegneCentralen RC890

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦9691870ce⟧ TextFile

    Length: 2176 (0x880)
    Types: TextFile
    Names: »CSP.CSP«

Derivation

└─⟦bc9f09cbb⟧ Bits:30003948 SW8934 CSP terminal interface for the RC890-30
    └─⟦this⟧ »CSP.CSP« 

TextFile

; Filename: CSP.CSP
; Last modified: 870827 by KIL
;
; This file contains the definitions of parameters for the 
; CSP-terminal interface for the RC890-30. 
;
; There are five kinds of parameters, which are defined as
; follows:
;
;   SPEED,<channel>=<baud rate>
;   PARITY,<channel>=<parity>
;   BUFSIZE=<buffer size>
;   PRINTERS=<printer list>
;   CIRCUIT=<baud rate>
;
;   SPEED sets the transmission speed on the specified V.24
;   channel (no 0, 1, 2 or 3) to the given baud rate, which
;   can be any of 300, 600, 1200, 2400, 4800, 9600.
;
;   PARITY sets the parity on the specified V.24 channel
;   to the given parity (NONE, EVEN or ODD).
;
;   BUFSIZE sets the buffer size in bytes to be used in the
;   communication, and must be in the interval 256 to 512.
;   Default is 256 bytes. If a host application produces extensive
;   output, this parameter can be increased for higher throughput.
;   Doing this however uses a lot of memory, and in normal use
;   it is not necessary to change it.
;
;   PRINTERS sets the channels given in the printer list up
;   as printers. The channel numbers must be separated by
;   commas and be in the range 0 to 35 (0 to 3 are the V.24
;   channels, while 4 to 35 are the identification numbers on 
;   RcCircuit II (0 to 31) plus an offset of 4). Default is
;   no printers.
;
;   CIRCUIT sets the transmission speed on RcCircuit II and thus
;   determines how often the attached terminals are polled. The
;   baud rate can be either 9600 or 19200. Default is 9600 baud.
;
; NB! Note that the parameters SPEED and PARITY have no default
;     values and must be declared in this file to ensure proper
;     function. The other parameters have default values and may
;     be omitted.
;     The rest of the communication parameters needed are fixed
;     (7 bit character set, 1 stop bit and XON/XOFF).
;
;
SPEED,0=9600
SPEED,1=1200
SPEED,2=4800
SPEED,3=9600
PARITY,0=EVEN
PARITY,1=EVEN
PARITY,2=EVEN
PARITY,3=EVEN
BUFSIZE=256
PRINTERS=0,20
CIRCUIT=19200
;
; End of file CSP.CSP
«eof»