SSC-32U Bluetooth servo control

Hi!
I want to control servo connected to SSC-32U using C#, how to i do this?
Any help appreciated, thanks. :slight_smile:

Hi,

You may want to check the code examples here. While it is in VB.NET, it can be easily converted automatically to C# using a number of free online converters or other tools.

If you do end up converting the example available there to a C# version, feel free to fork our GitHub repository, add the new project to it and make a pull request. We would be glad to add this to our list of examples to help our community!

Other than that, find the basics of the protocol in the SSC-32U manual, pages 24-26. If you need to change the baud rate, check page 34. We also recommend that you read the sections on power and communications for more details on using the SSC-32U properly.

Good luck!

Sincerely,