I’d like to be able to plug this into my computer and write code that will run in real time on my computer that effects the servos connected to the board. Is this possible or do you need to use that atom thing?
I’ve asked this question in another topic (not in original post). If any one else has an answer as well I meant, Will the SSC32 be able to receive input and send output (even if delayed) to a computer that is currently running a program I’ve written?
Yes, you can communicate with the SSC-32 via a program you’ve written which is running on a computer.
As an example, I control my SSC-32 via a program written in C# and running on Windows. My application sends commands to position servos based on input from the user and temperature sensors.
If you’d like to try C#, you can get a free compiler from here:
I am new member in this forum. First, I have some question about robot hand Lynx 6 Series of Robotic Arms. I wound like to make own software for moving control robot hand. i will be to make my software in Visual Studio with C# language. But how I can compute inverse matrix in C#? Who know if I can get library, which compute matrix?