Resource Center

NL200 / NL201 Firmware

Software applications, data logger operating systems, firmware, and drivers for Campbell Scientific products

NL200 / NL201 Firmware

v10.03

Current NL200 / NL201 firmware. Requires the Device Configuration Utility and a USB micro cable.

Note: When updating to OS 10.03 from OS 6 or previous, settings will be reinitialized to factory defaults. When updating to OS 10.03 from OS 7, settings will be retained.

Revision History

v10.03September 4, 2018
  • Changed ping and telnet to be disabled by default.
  • Disable IPv6 ping response if ICMP(ping) has been disabled.
  • Added functionality to report SDC Info string to logger so it can be displayed in the ComPorts Settings.
  • Fixed minor bug that caused the device to miss the very first SDC address issued by the logger.
v8.01December 5, 2016
  • Boot loader bug fix.
v8October 7, 2016
  • NOTE: When updating to OS 8 from OS 6 or previous, settings will be reinitialized to factory defaults. When updating to OS 8 from OS 7, settings will be retained.
  • Improved handling of the TCP transmit queue to continue transmitting once the queue fills up. This fixes an issue that led to TCP communications to quit under a heavy traffic load.
  • Increased supported TCP connections from 20 to 50.
  • Changed PakBus to send TCP broadcast messages as link-state rather than control group (capabilities) if the unquoted protocol is not supported.
  • Changed PakBus to not send a delivery failure notification for BMP messages that don't expect a response.
  • Changed it so the device is still able to communicate over USB when in bridge mode power-down.
  • Updated PakBus BroadCast() function to act the same as datalogger's. Now will broadcast to all neighbors including those on TCP links.
v7October 19, 2015
  • Improved handling of TLS services to allow for the extra time that a 2048-bit encrypted connection takes. Fixes the issue where TLS with a 2048-bit key was not working.
  • Updated TLS stack (axtls 1.5.2)
  • Fixed the issue in bridge mode that caused the device to not respond on the TCP Config port (Device Configuration Utility) when on a different subnet than the querying node. It was failing because it didn't know the netmask and gateway to use.
  • Changed the IP address setting to always display 0.0.0.0 when in bridge mode rather than showing "OK" if the IP/MAC info has been obtained from the datalogger. All pertinent IP information is displayed to the user in the TCP/IP Info (Status) window.
  • Added netmask, & gateway to the IP Info displayed in the Device Configuration Utility when in bridge mode.
  • Improved the low-level Ethernet input processing in the NL200 series by discarding incoming packets when no memory is available instead of looping until memory is available. This allows other tasks to process and free up the memory.
  • Fixed the issue in bridge mode that was causing two loggers to select the same Auto IP address when on a network with no DHCP server.
  • Added change to lwip TCP/IP stack IPv6 neighbor discovery code (nd6.c) to ensure at least one router solicitation is sent even in the case where a router advertisement is received prior to having sent a solicitation. This should ensure receiving a full advertisement from all routers.
  • Improved device reset by adding a function to attempt to close all open TCP connections before performing the reset.
  • Added functionality to update the TCP/IP Info in the terminal mode.
v6August 21, 2014
  • When updating to OS 6 from OS 4 or previous, settings will be reinitialized to factory defaults. When updating to OS 6 from OS 5, settings will be retained.
  • Fixed a telnet memory leak that was causing units to quit responding to TCP/IP traffic if the telnet port was opened repeatedly. This problem is common in units positioned on the public internet.
  • Fixed a bug in bridge mode mac/ip info exchange. With datalogger OS27 set to a static IP address, the nl2xx wasn't successfully recording the ip info. This bug caused the nl2xx bridge mode to be un-usable with a datalogger OS27 configured with a static IP address.
  • Fixed a bug to properly clear the UART noise and error interrupts. This error was occurring sometimes when trying to communicate at a baud rate that did not match the configured baud rate. The flag was not being cleared which was causing a watchdog.
  • Added functionality in bridge mode to intercept TCP traffic destined for the "TCP Configuration Port Number" (setting in Settings Editor). This allows the NL2xx to be configured remotely by DevConfig when the device is configured in bridge mode.
  • Added a timeout on the SDC cycle. This allows the nl2xx to recover from an error condition on an SDC cycle where the cycle starts and doesn't ever end. This was happening due to a bug discovered in the datalogger OS. It showed up in OS27 (it may be present in previous OSes as well but had not been discovered).
  • Improved RS-232 Receive task to use the baud rate to determine how much data to buffer before sending it to TCP. Now it will buffer up a maximum of ~100ms worth of data before sending to TCP. This improves communications when using slow baud rates because the data is shifted out sooner.
  • Improved the way the TCP task handles emptying the TCP transmit queue. Data will be removed from the queue that has been there for too long without a successful transmission. Data that belongs to connections that are in an invalid state will also be removed.
  • Improved the Ethernet ISR to handle the Transmit Process Stopped (TPS), Receive Process Stopped (RPS), and Fatal Bus Error (FBE) Interrupts.
  • Improved the action taken on an Ethernet link change (swapping from 100Mbit to 10Mbit link). Instead of a system reset do link_up/down() and just reset the Ethernet by going through eth_init(). This gets comms going again.
  • Improved terminal mode by tightening the requirements to start the terminal. Must receive 3 CR(LF) in a row instead of 3 total.
  • Improved terminal mode by adding a timeout to the terminal task. The terminal task uses the "Telnet Timeout" setting (Settings Editor) specified by user as its timeout. If no characters are entered by the user in that time frame, the terminal task will be killed and the other RS-232 tasks will be started.
  • Improved terminal mode by adding an invalid entry counter to the terminal task. If the invalid entry counter gets too high, the terminal task will be killed and the other RS-232 tasks will be started. This will cause the terminal mode to be exited if started in error.
  • Improved some telnet debug info when opening and closing tcp connections to show lcl and rmt ports.
  • Added telnet debug i/o monitoring ability for Modbus RS-232 Tx which was missing.
v5September 13, 2013
  • Changed default RS-232 and CS I/O configurations to PakBus.
  • Added TCP Serial Client service to RS-232 port.
  • Added Modbus TCP Gateway service to RS-232 and CS I/O ports.
  • Added support for IPv6 networks.
  • Added support for fully qualified host names for PakBus/TCP client and TCP Serial client settings.
  • Added support for DNS query and added DNS server settings. Settings allow a user to specify up to 3 DNS server addresses for resolving fully qualified host names. These settings are overridden by DNS servers obtained by DHCP.
  • Added support for Auto-IP on Ethernet interface using APIPA process.
  • Added Bridge Mode Forward Code setting. This setting allows the user to further reduce the type and amount of packets forwarded to the datalogger over the CS I/O port. For example, a setting of 65531 will forward all relevant packets except UDP Broadcast packets.
  • Added CS I/O IP Interface Identifier setting. This setting makes it possible to connect up to two NL2xx devices to the same datalogger when configured with bridge mode enabled and unique CS I/O IP Interface Identifiers.
  • Added ability to initiate a configuration terminal session via RS-232 for a few seconds at boot time. Connect to RS-232 port, power up device, and press Enter multiple times to get terminal prompt.
  • Improved Telnet terminal service by echoing a single character when entering a password at the prompt.
  • Improved Telnet terminal service by outputting "session closed" when the Telnet session is ended.
  • Improved event log functionality by adding eventloga command to terminal service.
  • Improved configuration via terminal by making all settings always accessible and by adding up/down arrow key navigation of settings.
  • Improved low level traffic monitoring via terminal.
  • Improved refreshing of current IP status information when viewed by Device Configuration Utility.
  • Improved IP status by reporting additional information including the datalogger's IP and MAC address when configured with bridge mode enabled.
  • Improved watchdog task to for enhanced handling of potential stack overflows.
  • Improved handling of full serial buffers that was causing serial port connections to become unresponsive.
  • Improved DHCP by restarting DHCP client when disconnecting or reconnecting NL200 from an Ethernet link
  • Changed settings so DHCP is not forced to disable when bridge mode is enabled. DHCP setting only affects device when bridge mode is disabled.
  • Improved PakBus service to send hello request out serial ports configured for PakBus service 4 seconds after boot up.
  • Improved PakBus service by adding support for Central Routers and Central Routers setting.
  • Improved handling of sleep and wakeup commands received from a datalogger using the IPNetPower() instruction to control the power state of the attached NL2xx device.
  • Improved bridge mode enabled behavior to ring logger when communications have not taken place for 8 seconds. This was added to improve discovery of NL2xx device by a datalogger that is already powered up.
  • Changed USB enumeration process so that the device always enumerates as the same com port when possible.

Connect With Us

phone icon
Phone Number
General: (435) 227-9000
location icon
Corporate Address
815 W 1800 N
Logan, UT 84321
send icon
Email Address
sales@campbellsci.com

As a trusted leader in measurement systems for more than 50 years, our top priority at Campbell Scientific has always been to provide the most accurate, reliable data for research and industry.