vtbaud (2) --- set vth's concept of the terminal speed 11/06/84 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n subroutine vtbaud (rate) integer rate Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Vtbaud' is used to set the terminal baud rate for other VTH routines. 'Rate' can be from 50 to 19200. A number lower than 50 will be set to 50 and one higher than 19200 will be set to 19200. This value is used to determine the delay times for special functions such as screen clearing and cur- sor positioning. _I_m_p_l_e_m_e_n_t_a_t_i_o_n After truncating 'rate' to the boundary conditions, the value is saved in the SWT common blocks for later use. _S_e_e _A_l_s_o other vt?* routines (2) vtbaud (2) - 1 - vtbaud (2)