home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / utils / sercli.shr / sercli / example / sercli_config < prev    next >
Encoding:
Text File  |  1993-06-16  |  1.1 KB  |  40 lines

  1.     This is a test sercli_config file for my sercli program...
  2.  
  3.     It shows a fair range of things...
  4.  
  5.     It hasn't been tested in a long time.
  6.  
  7. # This will set the ARexx and FIFO names to "ilcres".
  8. # (The default is "sercli"; "ilcres" is just a testing name
  9. # that I used to verify that the FIFO:/ARexx name handling was
  10. # being correctly set.    No special significance, here.)
  11. id: ilcres
  12.  
  13.  
  14. ; NONE of the 3 following lines are valid keywords....
  15. ; the configuration will produce errors/warnings, but will proceed
  16. user name: Richard Rauch
  17. fifo name: fifo
  18. rexx name: rexx
  19.  
  20.  
  21. ; These valid keywords turn 7wire on/off/on
  22. ; The last of the conflicting options (7wire) is selected.
  23. ; Note that the `:' is omitted from the tail end of the keyword, since
  24. ; the keyword extends to the end of the line; this is a side effect of
  25. ; the way keywords are processed, and may be revoked at some time.
  26. 7wire:
  27. 3wire
  28. 7wire
  29.  
  30.  
  31. * Set some other params...
  32. no xon/xoff:
  33. no parity:
  34. bits: 8
  35. bps: 9600
  36.  
  37. ; Defaults, such as using serial.device unit 0 need not be specified.
  38. ; (some of the above actively set values are defaults, BTW...feel free
  39. ;  to remove'em if that's your bent.)
  40.