Technical information
Terminal Emulators Serial Solutions
G <filename>[ n][<char>]
Get file from serial port, This is available in Cterm only.
See chapter 7, Cterm, for more details.
Example._________
The following commands are included on the distribution
disk as ’TERMDEF.TXT’.
’Terminal Definitions for CTERM etc.
This is a comment. It has no other function
c com1
This tells the terminal to use COM1. Any valid device
name could be used.
e s
This sets echo to screen only. Characters typed at the
keyboard are sent to the screen before being translated and sent
to the serial port.
b 1200
This sets the Baud rate at 1200 Baud.
p e
This sets even parity.
d 7
This sets the word length to 7 bits.
s 1
This sets the number of stop bits to 1.
o 10:13,10
This forces the terminal to send a line feed as a carriage
return and a line feed.
i 13:10
This forces the terminal to convert any carriage returns
received to line feeds.
Using Translations._________________
Translations offer the user a way of smoothing over the
differences between different pieces of equipment. The usual
horrors are to do with the end of line characters carriage return
and line feed. No two systems ever seem to quite agree over
these. Internally Terminal uses the line feed character alone to
Chapter 6 Page 113