Arduino 101 BLE

Hi guys,

I've not used the Bluetooth yet, but how possible would it be to write to the Serial Monitor via the on-board Bluetooth, rather than USB? It's just that I am testing a system that requires free rotation, and wires going to and from the system really obscure this.

I've got the board connected via Bluetooth to my Laptop, would it be as simple as

CurieBLE.begin(9600);

rather than

Serial.begin(9600);

?

Thanks in advanced, let me know if there is anything else that you need to know. :slight_smile: