Brainboxes.IO
1.2.4
See the version list below for details.
dotnet add package Brainboxes.IO --version 1.2.4
NuGet\Install-Package Brainboxes.IO -Version 1.2.4
<PackageReference Include="Brainboxes.IO" Version="1.2.4" />
paket add Brainboxes.IO --version 1.2.4
#r "nuget: Brainboxes.IO, 1.2.4"
// Install Brainboxes.IO as a Cake Addin #addin nuget:?package=Brainboxes.IO&version=1.2.4 // Install Brainboxes.IO as a Cake Tool #tool nuget:?package=Brainboxes.IO&version=1.2.4
Official .NET API code package for communication with Brainboxes Ethernet-attached data acquisition and control devices, and is provided by Brainboxes Limited.
Design for Brainboxes Remote IO and Ethernet to Serial devices including: ED-588, ED-516, ED-527, ES-246, ES-257 and the rest of the Brainboxes ED and ES range.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.7.0 | 1,525 | 5/13/2024 |
1.6.7 | 133 | 4/29/2024 |
1.6.6 | 12,104 | 2/15/2022 |
1.6.5 | 148 | 2/9/2022 |
1.6.0 | 1,894 | 10/27/2021 |
1.5.1.1 | 1,958 | 9/28/2021 |
1.5.1 | 3,462 | 3/2/2020 |
1.5.0.9 | 1,243 | 11/10/2019 |
1.5.0.7 | 3,742 | 3/16/2019 |
1.5.0.6 | 1,424 | 9/21/2018 |
1.5.0.5 | 1,661 | 1/25/2018 |
1.5.0.4 | 1,822 | 12/14/2017 |
1.5.0.3 | 1,359 | 12/14/2017 |
1.5.0.2 | 1,401 | 12/6/2017 |
1.5.0.1 | 2,780 | 9/23/2017 |
1.5.0 | 1,329 | 9/15/2017 |
1.4.0.1 | 1,910 | 7/9/2016 |
1.2.4 | 1,695 | 10/28/2015 |
1.2.1 | 1,526 | 9/20/2015 |
1.2.0 | 1,737 | 4/21/2015 |
1.1.0 | 2,335 | 12/23/2014 |
1.0.5 | 2,189 | 12/22/2014 |
1.0.4 | 1,964 | 12/3/2014 |
1.2.4.0 28/10/15
* Bug with ED-527 event handling reported by Frank Guchelaar and fixed
1.2.1.0 20/09/15
* Nuget release Ethernet to Serial devices with many stability and performance fixes
1.2.0.0 21/04/15
* Initial Nuget release to include Ethernet to serial
1.1.12.0 07/09/15
* Improved handling of IsAvailable for when a route to the device cannot be found, improved handling of IsConnected to determine if the connection is still open
1.1.11.0 28/08/15
* Corrected ISerialProtocol to implement IClonable so that assigning a protocol to a multiport product was handled correctly
1.1.9.0 02/03/15 - beta
* Added IsAvailable property to Device and Connection and a call back to be notified on change of device status
* Added factory method to Connection (Connection.Create)
* Change constructor for TCPConnection to include ConnectionTimeout parameter
1.0.5.0 22/12/14
* Added counter functionality to API for IOLines and change handlers
1.0.4.0
* Changed handling of network and serial streams, by wrapping them into a BBStream to make them work in a consistent way, stream is now flushed before every sendcommand
* Fixed issue with Timeout not being correctly set
* Fixed FactoryRest and Restart command