There is a nice event in NodeMCU (the LUA-version for ESP8266). I've no idea, could it be done/helpful/whatever in Espruino, but you never know :-)
uart:on("sent",function(evt) doSomething(evt) end end)
@JumJum started
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.
There is a nice event in NodeMCU (the LUA-version for ESP8266).
I've no idea, could it be done/helpful/whatever in Espruino, but you never know :-)