- configured tcp/ip keep-alive on Windows for a timeout of 30sec and an interval of 1sec. - fix for disconnecting and reconnecting causing crashes.
0.19.15
- added BaseStation.features() function to get the BaseStationFeatures, similar to WirelessNode.
0.19.14
- removed BaseStation's read eeprom version "1", as this command does not provide access to upper eeproms, so cannot be used. This command is a legacy command from a long time ago (fw < 2.29). MSCL cannot support BaseStations before this firmware.
0.19.13
- added support for finding the Inertial GX4's in the listPorts() and listInertialDevices() functions.
0.19.12
- added ChannelFeatures class to get the features of a WirelessChannel. - added WirelessChannel.features() function for the above functionality.
0.19.11
- moved unit and equation functionality from WirelessNode to WirelessChannel. - enabled keep-alive for tcp/ip connections. - changed default timeouts from 2 seconds to 1 seconds across the board (WirelessNode, BaseStation, InertialNode).