C# async queueable hardware connection library
A library that implements a queue for transmitting / receiving data
Are you C# develper and want to work with some hardware devices but don't know how everything works here? This library will help you.
What the library can:
- Asynchronous implementation of data sending function (write), as well as request/response function (write/read);
- Implementation of a queue for connection accessing, which allows you to access hardware devices from different places in your application.