You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Ok, the other option is to simply do:

    setWatch(function(e) {
      console.log(e.time-e.lastTime);
    }, B7, {edge:"both", repeat:true});
    

    Hopefully that'll dump out a bunch of times (assuming the signal is getting through to the pin). If you take the shortest time you see appearing relatively often and then do 1/time you should get the baud rate of the signal.

About

Avatar for Gordon @Gordon started