Read a byte from the file without advancing to the next one. That is, successive calls to peek() will return the same value, as will the next call to read(). Please refer to Arduino Reference for peek()
RobotisRemoteController rc100(Serial1);
Serial.begin(115200);
rc100.begin();
Serial.println(rc100.peek());