| [ CnUnix ] in KIDS 글 쓴 이(By): HellCat (아가남편) 날 짜 (Date): 1996년08월05일(월) 10시22분54초 KDT 제 목(Title): Kermit for 57.6K or higher speed on Sola 별달리 마땅한 장소를 못찾아서 그냥 여기에 올립니다. To all those who are annoyed by the slow DTE speed of 38.4Kbps. This is C-Kermit 192 Beta.026 version hacked to support 57.6Kbps, 76.8Kbps, and 115Kbps using TERMIOS. This is never related to Official release of C-Kermit from Columbia Univ. The official release of C-Kermit does not use TERMIOS for Solaris which is the only way to support any higer rate than 38.4Kbps w/o hacking kernel using adb. Depending on your hardware, you may or may NOT be able to use this higher rate than 38.4 Kbps. If you're using remote modem relayed thru any kinda of tcp/ip port relaying trick - i.e. map the remote modem to local pseduo tty using some kinda daemon process that mimics 'telnetd' to relay the traffic to remote modem which can sit on some terminal server (almost all terminal servers I've seen supports this feature and believe me they all use the same trick - some kinda fake telnet server.), you can use the max bps that your terminal server supports w/o relying on the local hardware that your Solaris 2.5 sits on - tested using 115.2Kbps on V.34 modem sitting on remote terminal server (USR Total Control center Netserver) and tested 56.7Kbps to XyLogics annex-III. Tested 57.6Kbps, 115.2Kbps on Solaris-2.5.1 X86 on Penitum-100 using USR Courier V.Everything. Tested 76.8Kbps using ZyXel 1496plus on Solaris 2.5 on IPX with Weitek-Powerup. Do NOT try to use 57.6Kbps and 115.2Kbps on those old hardware unless you have serial SBus card which supports those DTE speed; these old Zilog chip only supports 38.4Kbps and 76.8Kbps. Here's simple instruction: set line /dev/cua/a set modem type zyxel (your modem) set modem max 76800 (your max DTE speed) set modem flow rts/cts (always..) set speed 76800 (your max DTE speed) set flow rts/cts set term byte 8 set com byte 8 set file type bin set file name literal set send packet 1024 set rec packet 1024 set win 7 set block 3 Daeshik Kim Since this is just one hacked version of c-kermit from Columbia, I won't distribute the source; so do NOT ask for it. HellCat @ Kids ftp.nuri.net:/incoming/dkim/Kermit-Solaris -rw-r--r-- 1 120 user 301917 Aug 5 01:50 kermit.192.sol2.5.1.x86.gz -rw-r--r-- 1 120 user 328667 Aug 5 01:52 kermit.192.sol2.5.sparc.gz sol2.5.1.x86.gz : built on solaris 2.5.1 x86. sol2.5.sparc.gz : built on solaris 2.5 sparc I don't have Power PC; plase do NOT ask PPC version. Enjoy, --- hellcat@korea.slip.umd.edu if (t_snddis(KIDS[i].fd, (struct t_call *)NULL) == -1) { t_error("날 죽여라!!"); longjmp ((jmp_buf) HELL, -1); } --- dkim@surecom.com |