Hello,
I am trying to use RoboDK to control a DIY robot which consists of 6 servos (MG90S X2, MG996RX4). These servos are controlled using an Arduino Uno or Teensy 3.2 which both connect to a laptop via USB COM port. When trying to connect through entering my COM port it fails to connect and the log shows the following errors :
I am using a driver and post processor off someone doing the same project on GItHub and this works for them.
Has anyone tried connecting and controlling a robot this way before with the COM port that would be able to help or provide some ideas of the issue?
I am trying to use RoboDK to control a DIY robot which consists of 6 servos (MG90S X2, MG996RX4). These servos are controlled using an Arduino Uno or Teensy 3.2 which both connect to a laptop via USB COM port. When trying to connect through entering my COM port it fails to connect and the log shows the following errors :
Code:
Unexpected traceback error
unexpected error with driver in <module>
unexpected error: if select.select([sys,stdin,] ,[],[], 0.0)[0]:
Unexpected error: OSError [WinError 10093] either application has not called WSAStartup, or WSAStartup failed.
Stopped
Has anyone tried connecting and controlling a robot this way before with the COM port that would be able to help or provide some ideas of the issue?