Kermit with Telebit modem support

Sergei A. Gourevitch asg at space.mit.edu
Fri Dec 30 16:37:42 AEST 1988


>Does anybody have a version of kermit which supports the Telebit
>Trailblazer modem at 19.2kb ? Ours only supports up to 9.6kb.

Version (4e) of ckermit is almost there. For a sun (other machines are
similiar) you need to :

	1. get ckermit source. On the east coast try anonymous ftp to get
		~ftp/kermit   from cunixc.cc.columbia.edu
		(get ~ftp/kermit/read.me first.)
	2. you need to slightly modify three routines:
		ckutio.c  ckuus3.c ckuus2.c
		when I did a diff between my working versions and the retrieved
		ones, I got:
  |diff ckuus3.c ckuus3.org
  |25,28c25
  |< #ifdef BSD4
  |< #include </usr/sys/h/ttydev.h>
  |< #endif
  |< 
  |---
  |>  
  |457,463c454,461
  |< #ifdef B19200       /* (this high speed stuff needs much more work...) */
  |<       case 19200:   /* (have to make corresponding changes in ckuus2, ckutio) */
  |< #else
  |< #ifdef B38400
  |<       case 38400:
  |< #endif
  |< #endif
  |---
  |> /* #ifdef B19200       (this high speed stuff needs much more work...)
  |> /*      case 19200:    (have to make corresponding changes in ckuus2, ckutio)
  |> /* #else
  |> /* #ifdef B38400
  |> /*      case 38400:
  |> /* #endif
  |> /* #endif
  |>

  |diff ckuus2.c ckuus2.org
  |459c459
  |<     puts(" 0, 110, 150, 300, 600, 1200, 1800, 2400, 4800, 9600, 19200, 38400.");
  |---
  |>     puts(" 0, 110, 150, 300, 600, 1200, 1800, 2400, 4800, 9600.");

  |diff ckutio.c ckutio.org
  |1073d1072
  |<       case 19200: s = B19200; break;

	3. Follow the instructions to build kermit

Sergei A. Gourevitch
MIT Center for Space Research	Inet:	asg at space.mit.edu
Cambridge, MA 02139		UUCP:	!mit-eddie!mit-space!asg
+1 617 253 8208



More information about the Comp.sys.sun mailing list