Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The solution to the problem of using SerialPortStream basic Class Library in .NET Core Cross-platform Serial Communication

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article analyzes "the solution to the problem of using SerialPortStream basic class library for .NET Core cross-platform serial communication". The content is detailed and easy to understand, and friends who are interested in "the solution to the problem of using SerialPortStream basic class library for .NET Core cross-platform serial communication" can follow the editor's train of thought to read it in depth. I hope it will be helpful to you after reading. Let's follow the editor to learn more about the solution to the problem of using SerialPortStream basic class library for .NET Core cross-platform serial communication.

Description

Because the serialport library can not be found in .net core 2.x, you can search in Nuget directly if you need to use a third-party framework.

SerialPortStream

Open source address https://github.com/jcurl/SerialPortStream

For ease of use, someone encapsulated it and searched it in Nuget

Flyfire.CustomSerialPort

This is an enhanced custom serial port class, to achieve protocol-independent data frame complete reception function, support for cross-platform use, using the SerialPortStream basic class library.

How to use the class library

SerialPortStream can be used normally under Windows, but under Linux system, the class library must be compiled for the Linux platform compilation support library. The author of the class library explains as follows:

Otherwise, when the project is packaged into Linux, it will appear:

The method given by the author is to compile under Linux, but many people will fail here and cannot install gcc and cmake, as well as other software, after entering the command.

Install update GCCsudo apt-get install gcc install cmakesudo apt-get install cmake

The purpose of installing GCC and Cmake is to be able to compile serialportstream and generate .so files.

After the installation is complete, you also need to install Git and clone the SerialPortStream to compile

Some friends have problems that can not be installed when installing GCC and Cmake.

You can try this method.

A more convenient way

In order to avoid trouble and easy to use, the author packaged the required files after the successful compilation of the supporting class library by Linux.

You just need to put the file in the .NET Core project without installing Gcc/Cmake and subsequent compilation in Linux.

Download address http://pan.whuanle.cn/index.php?dir=uploads/dotnet-core- Serial Port & response

Download these three files:

Libnserial.so

Libnserial.so.1

Libnserial.so.1.1

Send these three libraries to your project and package them with the project.

The solution to the problem of using SerialPortStream basic class library for .NET Core cross-platform serial communication is shared here. I hope the above content can improve everyone. If you want to learn more knowledge, please pay more attention to the editor's updates. Thank you for following the website!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report