home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / pOS.lzx / pos / EnvArc / sys / Serial.prefs < prev    next >
Encoding:
Text File  |  1997-03-18  |  413 b   |  22 lines

  1.  
  2. ;************************************************************
  3. ;  Serial.prefs
  4. ;  $VER: Serial 1.1 (20-Dez-96)
  5. ;  $DTT: prefsfile/sys/Serial
  6. ;************************************************************
  7.  
  8. #SerialDefPrefs
  9.  
  10. ; /*
  11. ;  * BAUTRATE/K/N,BUFFER/K/N,PROTOCOL/K,PARITY/K,DATABITS/K,STOPBITS/K
  12. ; */
  13.  
  14. BAUTRATE=57600
  15. BUFFER=16384
  16. PROTOCOL="RtsCts"
  17. PARITY="None"
  18. DATABITS="8"
  19. STOPBITS="1"
  20. # /* SerialDefPrefs */
  21.  
  22.