I've added LED changes so you can see connection state, but the main thing is the USB.setConsole(); right at the end. It could be because of a bug in some recent changes I made.
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.
Interesting... do you have any error messages, or does it just not print anything? Is it responsive? And can you connect via Telnet?
When I tried it, Telnet worked fine every time. However there seemed to be an issue with it not being responsive over USB.
Please could you try this and see if it works:
I've added LED changes so you can see connection state, but the main thing is the
USB.setConsole();
right at the end. It could be because of a bug in some recent changes I made.