Пример #1
0
 static void DynamixelSetBaudRate()
 {
     if (!DynamixelSDK.setBaudRate(DynamixelPortNum, DYNAMIXEL_BAUDRATE))
     {
         throw new Exception("Failed to change the baudrate!");
     }
     else
     {
         Console.WriteLine("Succeeded to change the baudrate!");
     }
 }