nrComm NET v3.7.0.33 [24 Aug 2014] ============================== 1) New. Coils operations are added into Modbus implementation. nrComm NET v3.7.0.22 [15 Oct 2013] ============================== 1) New. ASTM component and demo project. 2) Fix. Modbus minor changes. nrComm NET v3.7.0.21 [16 Sep 2013] ============================== 1) Fix. Many internal changes and bug fixes. 2) New. Modbus component and demo project. nrComm NET v3.3.0.14 [28 Jun 2011] ============================== 1) Fix. Many internal changes and bug fixes. 2) New demo projects nrComm NET v3.03 [28 Mar 2011] ============================== 1) New. Original usb driver is included into library. It is smaller and more effective than WinUSB solution. 'nrUsb.sys' is signed and can be used in x64 platform. By default if you keep NrUsbDriver.DeployXXX properties null, the default nrUsb.sys will be used. 2) New. Now all device access components and classes support synchronous and asynchronous I/O calls. BeginXxxx and EndXxx methods are included. 3) New. Property 'MonitorThreadMode' controls background data monitor thread. 4) New. Property 'Priority' for data monitor background thread. 5) New. Many internal changes and bug fixes. 6) New. Setup supports x64 and unicode. 7) New. Licensing system with external .license file 8) New. Context help file is updated and included into setup. nrComm NET v3.02 [ 20 Oct 2010] ============================== 1) Fix. NrHid writes output reports more correctly. 2) Fix. NrHid handles the HID device removing and raises OnClose event more correctly. 3) Fix. NrComm detects serial ports more correctly. Now it understands various port names different from prefix 'COM'. Can work with open source COM0COM drivers. 4) Fix. NrComm trouble with monitoring incoming data on x64 platform 5) New. NrComm.UseMainThread property allows to call event handlers in main form thread. This allows to update controls without exception about cross thread calls. 6) ... other small changes and optiomizations. nrComm NET v2.11 [ 24 June 2009] ============================== 1) Fix. NrUsb detects driver letters of non-removable USB storages more correctly now 2) Fix. NrDataProtocol detection of fixed length packet is corrected. nrComm NET v2.01 [ 21 Apr 2008] ============================== 1) New component TnrHID for HID devices 2) Some changes for TnrComm in RS485 mode. 3) New HID Delphi Demo