A.4
SNM15
Dip-Switches setting
Digicom SpA
TERMINAL EMULATION PROGRAM
A program that allows you to obtain a terminal emulation, by
using the Basic interpreter present in the DOS operating system,
is given below. To enable it you only need to key in GWBASIC
under DOS, for Olivetti systems, while in IBM systems you will
need to key in BASIC or BASICA, depending on the system.
If you need any further information, we suggest you consult the
operating system manual.
To run the program you only need to key in RUN, and to quit
<CTRL> <E>.
10
REM
20
REM
Simple terminal emulation
30
REM
program for programming
40
REM
the SNM 15 modem
50
REM
70
REM
80
REM
To quit this program,
90
REM
press <CTRL> <E>
100 REM
110 ON ERROR GOTO 370
120 KEY OFF: CLS: LOCATE 1,1,1
130 DEFINT E: FINE=5
150 REM On line 240, set the following parameters:
160 REM (Refer to the numbers on line 230)
170 REM 1) Port to which the modem is connected E.g:
COM1, COM2
180 REM 2) Transmission speed. E.g: 300, 1200, 2400, 4800,
9600
190
REM 3) Character parity. E.g:
e (even), o (odd)
200
REM
s (space), m (mark), n (none)