C# API wifi connection issue


#1

Trying to connect to Dobot over wifi with the C# API. Connection returns connected, but the API freezes when a command is sent to the robot. The wifi connection works in Dobot Studio so the configuration is good. When trying to call function SearchDobot(), it returns only serial port and not UDP/IP address.

Connection function call in C#:
int ret = DobotDll.ConnectDobot(“192.168.10.197”, 115200, fwType, version);

Are there any issues with the function call, or are there an API fault?


#2

Seems like reburning the firware again solved the problem. Leaves this in the forum in case anyone else should experience the same.

Dobot FW: 3.6.12