At least when console is on Serial1 you can move it somewhere else (LoopbackA.setConsole();) and then read Serial1 directly. And after reading answer you can set console back via Serial1.setConsole()
see e.g. http://forum.espruino.com/conversations/278818/
Not sure if it is posible with bluetooth console too, possibly yes?
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.
At least when console is on Serial1 you can move it somewhere else (LoopbackA.setConsole();) and then read Serial1 directly. And after reading answer you can set console back via Serial1.setConsole()
see e.g. http://forum.espruino.com/conversations/278818/
Not sure if it is posible with bluetooth console too, possibly yes?