available() gets the number of bytes available in the stream. This is only for bytes that have already arrived. Please refer to Arduino Reference for available()
RobotisRemoteController rc100(Serial1);
Serial.begin(115200);
rc100.begin();
Serial.println(rc100.available());