Just to add, while 9600 is a bit slow, it was originally chosen because of the default config of bluetooth adaptors. It is handy in that it means that flow control isn't much of an issue because Espruino can crunch through data as fast as you can send it :)
... you can however set the Bluetooth adaptors to different baud rates, but then you need a USB-TTL adaptor to do that :)
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.
Thanks @Kolban!
Just to add, while 9600 is a bit slow, it was originally chosen because of the default config of bluetooth adaptors. It is handy in that it means that flow control isn't much of an issue because Espruino can crunch through data as fast as you can send it :)
... you can however set the Bluetooth adaptors to different baud rates, but then you need a USB-TTL adaptor to do that :)