[BRLTTY] Long-standing HT warning

Mario Lang mlang at delysid.org
Sat Feb 18 16:12:25 EST 2006


Dave Mielke <dave at mielke.cc> writes:

> So you only get the FE-37s when turning it on. One more thing: You got a
> couple of FE-37s and then the retry limit kicked in and a proper
> identification was forced.

I dont understand.  AFAICS, the retrylimit is 3 now, and I only got
2 FE-37s, retry logged was 1.  Are you sure the "limit" kicked in?

> Could you try raising the retry limit to something really high to
> see how many FE-37s (and whatever else) it sends before stopping?

You mean

      case BDS_RESETTING:
        if (millisecondsSince(&stateTime) > 3000) {
          if (retryCount > 3) {
            setState(BDS_OFF);
          } else if (writeDescribe(brl)) {

right?

-- 
CYa,
  Mario


More information about the BRLTTY mailing list