Re: Emulating a slow terminal



David Given schrieb:
Does anyone know how I can emulate a *really slow* terminal, like a 1200
or 300 baud one?

I can't seem to find any software that does this

Expect can do this. You may specify the pauses between chars for each char
in a row, too.

Kind regards

Jan


.



Relevant Pages

  • Re: Size-specific memory access words
    ... for characters ... but I don't believe there is anything in ANS to ... > specify that C@ and C! ... > just the same as CHARS doesn't have to be a NOP. ...
    (comp.lang.forth)
  • Re: Size-specific memory access words
    ... for characters ... but I don't believe there is anything in ANS to ... specify that C@ and C! ... just the same as CHARS doesn't have to be a NOP. ...
    (comp.lang.forth)
  • Re: AfxMessageBox?
    ... this new option "treat chars as wide" would be the same situation. ... The standard does not specify if the chars are signed or ... YCHAR is the opposite of XCHAR, at least I think that's how it ...
    (microsoft.public.vc.mfc)
  • Re: main() in C90
    ... There is NO reason to specify in that way asctime. ... Note that the output string is specified as holding 26 ... chars, the last of which will be a '0'. ... The input is specified as a struct tm*, ...
    (comp.lang.c)
  • Re: Template specialization to get just-wide-enough integer
    ... But then I have to specify my size in bytes (chars) rather than bits, ... Because you're using sizeof. ...
    (microsoft.public.vc.language)