Agilebot C# SDK Update Notes
2.0.3.* Update (2025/12/17)
- Arm constructor now includes teachPanelIP parameter.
- Removed System.Text.Json dependency.
- Added synchronous connection interface ConnectSync.
2.0.2.* Update (2025/12/12)
- Fixed the incorrect read/write order of data in the PR register struct.
2.0.1.* Update (2025/10/21)
- Fixed the stuttering issue during continuous jogging.
- Fixed a build-time error where the proxy executable might fail to copy.
Update 2.0.0.* (2025-09-10)
- Refactored the underlying request pattern and added a local controller proxy service.
- Introduced subscription functionality.
- Reorganized the BasScript class structure.
- Full support for both .NET Framework and .NET (Core/5+/6+).
Version 1.0.1.0 Update (July 7, 2025)
- Added the old register interface class
RegistersOldto be compatible with robot versions prior to 7.6.0.0 - Added the Estop emergency braking interface
- Fixed the example programs in the documentation
Version 1.0.0.0 Update (May 30, 2025)
- Implemented using RPC method.
- Synchronized all interface definitions with the Python version.