Bus Servo SDK User Manual (C#)
| 适用协议 | 版本 | GitHub | 范例代码 |
|---|---|---|---|
| UART/RS-485 All Series | v1.2026.0214 | 点击下载 |
1. Introduction
This page introduces C# integration for Fashion Star bus servos.
2. Namespace References
using BrightJade;
using BrightJade.Serial;
using FashionStar.Servo.Uart;
using FashionStar.Servo.Uart.Protocol;
3. Typical Object Definitions
private SerialPortManager _serialPortManager;
private UartServoController _uartServoController;
4. Common Usage
- Open/close serial ports
- Send motion commands
- Read servo status and parameters
- Handle response packets and exceptions