CR300 Series OS 10.05
Updated: 14-02-2022

  1. (New Feature) Added GOESGainSetting setting to allow the GOES antenna gain to be read and set when using a TX325/326.
  2. (New Feature) ModbusMaster() has been renamed to ModbusClient(). Existing programs that use ModbusMaster() will continue to work. This change was made to support the Modbus Organization Board of Trustees efforts to remove inappropriate language from its query/response protocol paradigm.

  3. (New Feature) ModbusSlave() has been renamed to ModbusServer(). Existing programs that use ModbusSlave() will continue to work. This change was made to support the Modbus Organization Board of Trustees efforts to remove inappropriate language from its query/response protocol paradigm.

  4. (New Feature) Added IP stack network diagnostic information.
  5. (New Feature) Added support for the SDI-12 XLOADOS command to send an OS to a sensor over the SDI-12 bus.
  6. (Major) Fixed an issue when using SetSetting("CellEnabled",10) that caused settings to be re-written on program start.
  7. (Major) Updated internal CELL205 to work after AT&T 3G sunset.
  8. (Major) Fixed an issue that could result in record corruption if the record write occurred near a memory-erase boundary during a data logger restart.
  9. (Major) Fixed a serial flash issue caused by continuous overwrites to the same setting in memory. A known cause was continuous overwrites of StationName().
  10. (Minor) Fixed a hard fault watchdog when communication timeouts were updated by PakBus.
  11. (Minor) ARP messages are now transmitted correctly to improve static address mapping on a network.
  12. (Minor) Fixed an error where the ModbusClient() instruction sent duplicate data when using Modbus function 6 (Write Single Register).
  13. (Minor) Improved handling malformed communication packets between the data logger and the RV50. This was observed when using the LoggerLink app on an iOS device.
  14. (Minor) Fixed the wait time for the HAYES modem protocol. The data logger now waits 1.2 seconds instead of .5 seconds after +++ is sent for modem hang-up sequence.
  15. (Minor) Fixed a compile error for MoveBytes() that occurred when a space was used between the function name and the opening "(". This error only occurred if pointers were passed in the MoveBytes() parameters.
  16. (Minor) Fixed a DNP3 error that occurred when a specific index request began at an index > 0.
  17. (Minor) Fixed a watchdog generated when PPP is active and preforming serial input/output on the same communication port.