<font face="Arial, Verdana">It stays the same serial COM port in windows you also have. From Configuration.h it states</font>
<font face="Arial, Verdana">We can connect BlueTooth to serial converter module directly to boards based on AtMega2560 or AtMega1280 and some boards based on AtMega2561, AtMega1281 or AtMega1284p</font>
<font face="Arial, Verdana">- On Melzi boards connect BT to TX1 and RX1 pins, then set BLUETOOTH_SERIAL to 1</font>
<font face="Arial, Verdana">- On RUMBA boards connect BT to pin 11 and 12 of X3 connector, then set BLUETOOTH_SERIAL to 3</font>
<font face="Arial, Verdana">- On RAMBO boards connect BT to pins 5,6 or 7,8 or 9,10 on Serial connector, then accordingly set BLUETOOTH_SERIAL to 1,2 or 3</font>
<font face="Arial, Verdana">- On RAMPS we must remap Y_ENDSTOPS pins or Z_ENDSTOPZ pins or LCD_ENABLE and LCD_RS pins to another pins, and connect BT to:</font>
<font face="Arial, Verdana"> a) signals of Y_MIN, Y_MAX, then set BLUETOOTH_SERIAL to 3 (RX from BT to Y_MIN, TX from BT to Y_MAX)</font>
<font face="Arial, Verdana"> b) signals of Z_MIN, Z_MAX, then set BLUETOOTH_SERIAL to 1 (RX from BT to Z_MIN, TX from BT to Z_MAX)</font>
<font face="Arial, Verdana"> c) pin 17 and 18 of AUX4 connector, then set BLUETOOTH_SERIAL to 2 (RX from BT to AUX4 p18, TX from BT to AUX4 p17)</font>
<font face="Arial, Verdana"> Comment out or set the BLUETOOTH_SERIAL to 0 or -1 to disable this feature.</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">these informations are not from me but I assume they are correct. Remember that RX is connected with TX and vice versa! But since it works for serial 0 I guess you know that already.</font>