Brainboxes.IO 1.6.6

This package has a SemVer 2.0.0 package version: 1.6.6+3.
dotnet add package Brainboxes.IO --version 1.6.6
NuGet\Install-Package Brainboxes.IO -Version 1.6.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Brainboxes.IO" Version="1.6.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Brainboxes.IO --version 1.6.6
#r "nuget: Brainboxes.IO, 1.6.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Brainboxes.IO as a Cake Addin
#addin nuget:?package=Brainboxes.IO&version=1.6.6

// Install Brainboxes.IO as a Cake Tool
#tool nuget:?package=Brainboxes.IO&version=1.6.6

Official .NET API code package for communication with Brainboxes Ethernet-attached data acquisition and control devices, and is provided by Brainboxes Limited.
     Documentation: http://www.brainboxes.com/files/pages/support/faqs/sample_code/Brainboxes.IO.Documentation/html/N_Brainboxes_IO.htm
     Design for Brainboxes Digital and Analog Remote IO and Ethernet to Serial devices including: BB-400, ED-588, ED-516, ED-527, ES-246, ES-257 and the rest of the Brainboxes ED and ES range.
     Targets .Net Standard 2.1, .NET Framework 2.0, 4.0+ and .NET CORE 2.2 and 3.0
     This means this package can run on Windows XP,7,8,10 and Server 2008, 2012, 2016 using .NET framework
     Can run on Windows IoT Core, Linux, Raspbian or OSX using .NET Core (or Mono Framework)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.2 is compatible.  netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.2

  • .NETCoreApp 3.0

  • .NETFramework 2.0

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • .NETStandard 2.1

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.6.6 7,462 2/15/2022
1.6.5 133 2/9/2022
1.6.0 1,773 10/27/2021
1.5.1.1 1,894 9/28/2021
1.5.1 3,363 3/2/2020
1.5.0.9 1,186 11/10/2019
1.5.0.7 3,673 3/16/2019
1.5.0.6 1,349 9/21/2018
1.5.0.5 1,596 1/25/2018
1.5.0.4 1,724 12/14/2017
1.5.0.3 1,309 12/14/2017
1.5.0.2 1,334 12/6/2017
1.5.0.1 2,718 9/23/2017
1.5.0 1,286 9/15/2017
1.4.0.1 1,841 7/9/2016
1.2.4 1,633 10/28/2015
1.2.1 1,472 9/20/2015
1.2.0 1,648 4/21/2015
1.1.0 2,247 12/23/2014
1.0.5 2,117 12/22/2014
1.0.4 1,867 12/3/2014

## [1.6.6] 2022-02-16
### Updated
- Package meta data was updated
## [1.6.5] 2022-02-09
### Fixed
- Fixed assembly file version
## [1.6.0.0] 2021-10-22
### Added
- Support for ED-582
- Feature to set the data format for analog devices
## [1.5.1.1] 2021-09-24
### Fixed
- Added lock to socket connection background check function
## [1.5.1.0] 2020-03-02
### Updated
- Converted Changelog to follow changelog format: https://keepachangelog.com/en/1.0.0/
### Fixed
- Parse functions should be CultureInvariant
## [1.5.0.9] 2019-11-10
### Fixed
- isConnected would report true when really false
- decimal conversion should always be CultureInvariant
### Added
- support for netstandard2.1, dot net core 3.0, .net framework 4.8
## [1.5.0.7] 2019-03-16
### Added
- Industrial Ethernet to serial ES-5xx classes,
### Updated
- improved default serial protocol to use utf8 encoding instead of ASCII (ASCII is a superset of UTF-8 so still supported fully),
- changed default serial protocol terminating char to /n, linux line ending so give wider out of the box support for linux and windows
## [1.5.0.6] 2018-09-21
### Added
- BB-400 class http://www.brainboxes.com/product/bb-400
## [1.5.0.5] 2018-01-25
### Updated
- comments
## [1.5.0.4] 2017-12-14
### Updated
- updated functions names to be consistent throughout the API
## [1.5.0.3] 2017-12-12
- Updated functions names to be consistent throughout the API.
## [1.5.0.2] 2017-11-30
### Updated
- analog event handler to support a list of IOList objects
## [1.5.0.1] 2016-09-23
### Added
- Added support for .NET Core and .NET Standard
### Fixed
- bug with ED-549 event handling
## [1.5.0.0] 2016-09-15
### Added
- analog functionality including events for support for ED-549 (ASCII only) and ED-560 (ASCII and Modbus)
### Updated
- handling of isAvailble, now only checks for isAvailable if isConnected is false
- handling of isConnected, is now locked so multiple threads cannot access this so it does not send multiple pings
### Fixed
- bug with deviceStatusChangedEvent
## [1.4.0.1] 2016-07-06
### Added
- Universal windows platform dll's to allow compatibility with Windows IoT Core, Windows Store and XBOX
- First official release to coincide with RS DesignSpark Youtube video demo of Brainboxes API's running on Windows IoT Core and Raspberry Pi 3
## [1.2.4.0] 2015-10-28
### Fixed
- Bug with ED-527 event handling reported by Frank Guchelaar and fixed
## [1.2.1.0] 2015-09-20
### Updated
- Updated Ethernet to Serial devices
### Fixed
- many stability and performance fixes
## [1.2.0.0] 2015-04-21
### Added
- Initial Nuget release to include Ethernet to serial
## [1.1.12.0] 2015-09-07
### Updated
- 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] 2015-08-28
### Fixed
- Corrected ISerialProtocol to implement IClonable so that assigning a protocol to a multiport product was handled correctly
## [1.1.9.0-beta] 2015-03-02
### Added
- 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)
### Updated
- Changed constructor for TCPConnection to include ConnectionTimeout parameter
## [1.0.5.0] 2014-12-22
### Added
- Added counter functionality to API for IOLines and change handlers
## [1.0.4.0]
###Updated
- 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
- Fixed issue with Timeout not being correctly set
- Fixed FactoryRest and Restart command