CR6 OS 14.5.0
Actualizado: 12-02-2026

  1. (New Feature) Added LoggerEndianCR_LITTLE_ENDIAN and CR_BIG_ENDIAN defined constants. See CRBasic Help for details.
  2. (New Feature) Added UDPSocketOpen()UDPSocketSend()UDPSocketRecv(), and UDPSocketClose() to the CRBasic Instruction set. This function will allow protocols such as CoAP to operate over UDP. See the CRBasic help for details.
  3. (New Feature) Added DNSQuery() to the CRBasic Instruction set. See the CRBasic help for details.
  4. (New Feature) Added "DisableTcpDelayedAck" setting to control TCP delayed acknowledgements, improving performance for devices that experience delays due to interactions with Nagle’s Algorithm.
  5. (New Feature) Added CommsMode 8 (TTL Half Duplex) to SerialOpen().
  6. (Major) Fixed GOES settings corruption that could cause a factory reset.
  7. (Major) Updated the servo mode control loop in NetworkTimeProtocol().
  8. (Major) Fixed an issue with IPNetPower() that prevented the CELL2xx from entering a lower power state.
  9. (Major) Improved server response handling in table streaming to prevent advancing past records when the server returns an error.
  10. (Major) Updated the Mbed-TLS stack, enabling support for password-encrypted TLS private keys.
  11. (Minor) Updated the MQTT command response to the public table.
  12. (Minor) Improved the MQTT output trace in the terminal.
  13. (Minor) Removed the trailing slash in the data loggers' MQTT state topic.
  14. (Minor) Fixed an issue where TLS certificates specified in settings were applied to all internet clients using TLS, instead of only to the MQTTS client when mutual TLS authentication was enabled.
  15. (Minor) Fixed setting of CampbellCloudEnable via SetSettings() or Settings.CampbellCloudEnable = 1.
  16. (Minor) Fixed PCAP capture on the PPP interface and added directional information to distinguish sent and received packets.
  17. (Minor) Added program line number the compiler is processing to the CR1000KD display screen.
  18. (Minor) Improved the SFTP directory listing responce in FTPClient().
  19. (Minor) Updated zlib to improve handling of gzip files, including web.obj.gz files.
  20. (Minor) Improved WebSocket API efficiency, enhancing performance for RTMC screens and the built-in data loggers webpage's.
  21. (Minor) Improved CPI communications when there are multiple unused modules on the BUS.
  22. (Minor) Fixed an AvgRun() calculation error were including an extremely large Source value (> 1×10¹?) with smaller values could result in loss of precision.