author | sl |
Tue, 10 Jun 2014 14:32:02 +0200 | |
changeset 1 | 260cb5ec6c19 |
permissions | -rw-r--r-- |
sl@0 | 1 |
[STDIO] |
sl@0 | 2 |
STDIN = MEDIA3 |
sl@0 | 3 |
STDOUT = MEDIA3 |
sl@0 | 4 |
|
sl@0 | 5 |
[MEDIA1] |
sl@0 | 6 |
type = file |
sl@0 | 7 |
path = C:\system\data\in.txt |
sl@0 | 8 |
max size = 100 |
sl@0 | 9 |
|
sl@0 | 10 |
[MEDIA2] |
sl@0 | 11 |
type = serial |
sl@0 | 12 |
baud = 214 |
sl@0 | 13 |
port = COMM::10 |
sl@0 | 14 |
|
sl@0 | 15 |
[MEDIA3] |
sl@0 | 16 |
type = console |
sl@0 | 17 |
width = -1 |
sl@0 | 18 |
height = -1 |
sl@0 | 19 |
|
sl@0 | 20 |
[MEDIA4] |
sl@0 | 21 |
type = file |
sl@0 | 22 |
path = c:\system\data\out.txt |
sl@0 | 23 |
max size = 1000 |
sl@0 | 24 |
|
sl@0 | 25 |
[MEDIA5] |
sl@0 | 26 |
type = nulldevice |