Writes binary data to the serial port. This data is sent as a byte or series of bytes Please refer to Arduino Reference for write()
RobotisRemoteController rc100(Serial1); Serial.begin(115200); rc100.begin(); rc100.write(0x01);