Subject: stty
To: None <leo@marco.de>
From: Julian H Stacey <Julian.H.Stacey@regent.e-technik.tu-muenchen.de>
List: port-pc532
Date: 08/23/1994 09:59:08
Thanks for your note, OK, your
*** old/src/etc/gettytab Mon Aug 22 19:38:00 1994
--- new/src/etc/gettytab Mon Aug 22 19:41:36 1994
***************
*** 39,46 ****
:sp#4800:
2|std.9600|9600-baud:\
:sp#9600:
g|std.19200|19200-baud:\
! :sp#19200:
std.38400|38400-baud:\
:sp#38400:
std.57600|57600-baud:\
--- 39,51 ----
:sp#4800:
2|std.9600|9600-baud:\
:sp#9600:
+ #g|std.19200|19200-baud:\
+ # :sp#19200:
+ # leo@marco.de entry g
g|std.19200|19200-baud:\
! :sp#19200:rw:np:
! # leo@marco.de :rw: fixes the problem with the overwritten login prompt.
! # leo@marco.de :np: fixes the 8bit char problem (why? don't know).
std.38400|38400-baud:\
:sp#38400:
std.57600|57600-baud:\
Is probably nicer than my
> *** old/src/sys/arch/pc532/dev/scn.c Mon Jul 11 14:15:32 1994
> --- new/src/sys/arch/pc532/dev/scn.c Mon Jul 11 23:53:20 1994
> ***************
> *** 177,182 ****
> --- 177,187 ----
> int out_code;
> int x;
>
> + #ifdef SURFER
> + data_bits = LC_BITS8 ;
> + parity = LC_NONE ;
> + stop_bits = LC_STOP1 ;
> + #endif
> /* Get the speed codes. */
> getspeedcode(in_speed,in_code);
> getspeedcode(out_speed,out_code);
>
But would be nice if someone (Phil ?) could perhaps look at what is skew
with all this parity & stop bit stuff.
------------------------------------------------------------------------------