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.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ok, the other option is to simply do:
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.