PS. if the USB cable is connected, bluetooth becomes Serial1, if I solder pins B6 and B7 to use the USART1 TX RX to talk to a RFduino, which Serialx do I use?
I'm not sure I understand - you can set Serial1 up to be on either A9/A10 or B6/B7 using Serial1.setup(...) - but obviously not both at the same time. You can move the console to any other Serial port you wish using SerialX.setConsole().
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.
I'm not sure I understand - you can set Serial1 up to be on either A9/A10 or B6/B7 using
Serial1.setup(...)
- but obviously not both at the same time. You can move the console to any other Serial port you wish usingSerialX.setConsole()
.