home *** CD-ROM | disk | FTP | other *** search
- This is a test sercli_config file for my sercli program...
-
- It shows a fair range of things...
-
- It hasn't been tested in a long time.
-
- # This will set the ARexx and FIFO names to "ilcres".
- # (The default is "sercli"; "ilcres" is just a testing name
- # that I used to verify that the FIFO:/ARexx name handling was
- # being correctly set. No special significance, here.)
- id: ilcres
-
-
- ; NONE of the 3 following lines are valid keywords....
- ; the configuration will produce errors/warnings, but will proceed
- user name: Richard Rauch
- fifo name: fifo
- rexx name: rexx
-
-
- ; These valid keywords turn 7wire on/off/on
- ; The last of the conflicting options (7wire) is selected.
- ; Note that the `:' is omitted from the tail end of the keyword, since
- ; the keyword extends to the end of the line; this is a side effect of
- ; the way keywords are processed, and may be revoked at some time.
- 7wire:
- 3wire
- 7wire
-
-
- * Set some other params...
- no xon/xoff:
- no parity:
- bits: 8
- bps: 9600
-
- ; Defaults, such as using serial.device unit 0 need not be specified.
- ; (some of the above actively set values are defaults, BTW...feel free
- ; to remove'em if that's your bent.)
-