Releases: LORD-MicroStrain/MSCL
Releases · LORD-MicroStrain/MSCL
v1.21.1
Changes since last release (v1.20.1):
- added support for parsing Beacon Echo packets (base fw v3.32+).
- added BaseStation connection() function for getting a reference to the underlying Connection.
- fix for SetToIdleStatus::cancel() failing due to attempting to determine which ping function to use (#8).
- set complete flag to true on the SetToIdleStatus after a successful cancel operation.
- changed Windows serial port timeouts to be as fast and efficient as possible (fix for Inertial data timestamped incorrectly).
- fix for runtime out of range errors when using the as_xxxxx functions (now a static cast).
- fix for LDC 16ch packets not being parsed correctly.
see CHANGELOG.txt
in the source for a complete list of changes.
v1.20.1
Changes since last release (v1.9.0):
- support for AutoBalance (v1 and v2) command
- cycling of power on WirelessNodes and BaseStations when applying configuration changes
- better success/failure indication when cycling power on WirelessNodes and BaseStations
- new SHM-Link-2 configuration options
- support for InertialNode get/set Antenna Offset
- support for InertialNode get/set Sensor to Vehicle Offset
- support for the SG-Link-Micro
- support for WirelessNode quickPing function
see CHANGELOG.txt
in the source for a complete list of changes.
v1.9.0
Changes since last release (v1.0.0):
- Changed from GPL3.0 license to MIT license.
- Support for automatic read/write eeprom retries for Wireless devices.
- Support for Wireless Node autobalance command.
- Support for Wireless Node hardware offset configuration.
- Support for SHM-Link-2
- Support for mV/V-Link
see CHANGELOG.txt
in the source for a complete list of changes.