home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / OS2 / CK5A179B.ZIP / CKERMIT.INI < prev   
Text File  |  1992-04-04  |  824b  |  31 lines

  1. ; sample C-Kermit setup for Practical Peripherals PM-9600
  2. ; V.32/V.42/V.42bis/MNP-5 internal modem with 16550 UART.
  3.  
  4. ; issue the mode command below before running C-Kermit
  5. ; mode com3:9600,n,8,1,idsr=on,odsr=on,octs=on,dtr=on,rts=on
  6.  
  7. ; When the speed is set to 38400, the modem uses speed-buffering
  8. ; and when S95=44, it responds with "CONNECT 38400" although
  9. ; it actually uses 9600. So, no "SET DIAL SPEED-MATCH" command
  10. ; is necessary.
  11.  
  12. set line com3
  13. set speed 38400
  14. set parity none
  15.  
  16. set modem hayes
  17. set dial init \{13}AT H0 L2 M3 Q0 V1 X4 W1 S95=44 &C1 &D2\{13}
  18. set dial timeout 90
  19. set dial display on
  20.  
  21. set terminal bytesize 8
  22. set command bytesize 8
  23.  
  24. set file type binary
  25. set file character-set cp437
  26.  
  27. set terminal cursor half
  28.  
  29. define sz !m2zmodem -u 3 -s %1
  30. define rz !m2zmodem -u 3 -r %1
  31.