Serial() points to the USB Port on the OpenRB-150, meaning the Serial Monitor tool on your Arduino IDE. And it looks like that first you set Serial() to 57600 bps, then later you change it to 115200 bps >> this is the problem: you need to choose only one baud rate for the Serial Monitor.
Controller.begin(2) means that you are using Serial2 for your RC-100 Controller, this got nothing to do with Serial(). ROBOTIS restricts all their BT-210/410 to 57.6 Kbps.
For more details, see following post: