Пример #1
0
 static void DynamixelOpenPort()
 {
     if (!DynamixelSDK.openPort(DynamixelPortNum))
     {
         throw new Exception("Failed to open the port!");
     }
     else
     {
         Console.WriteLine("Succeeded to open the port!");
     }
 }