Initialization function to start communication with DYNAMIXEL or change baudrate of serial port.
const int DXL_DIR_PIN = 2; Dynamixel2Arduino dxl(Serial1, DXL_DIR_PIN); dxl.begin(57600);