controlling a robot via ethernet or wifi
I saw only MSRS tutorials talking about bluetooth or serial communication. Is ethernet communication supported by MSRS?
Thanks,
Andrea Monastero
Thanks,
Andrea Monastero
Basically it will work with any protocol that you can access using C# or one of the other .NET languages.
What sort of CPU and OS are on these robots? Have you already written any code which connects with your robots over a TCP port? Can you control it or read sensors from your PC? If the answer is yes, then our service tutorials are where you should start.
Dave