网站首页  软件下载  游戏下载  源码下载  词典软件  教程攻略

请输入您要查询的源码:

 

源码 CSerialPort跨平台串口类库 v4.3.0
图标
分类 源码下载-软件开发-C#源码-CSerialPort跨平台串口类库 C#源码
语言 简体中文
大小 1.2MB
软件类型 国产软件
发布时间
用户评分 4
备案号
官方网址
软件授权 免费软件
操作系统 Windows平台
厂商
下载
介绍

 CSerialPort是一个基于C++的轻量级开源跨平台串口类库,可以轻松实现跨平台多操作系统的串口读写。

Design Principles 设计原则

跨平台

简单易用

高效

Platform 平台

CSerialPort已经在以下平台做过测试:

DOS ( x86_64 )

Windows ( x86_64 )

Linux ( x86_64, aarch64, mips64el, s390x, ppc64le )

macOS ( x86_64 )

Raspberry Pi ( armv7l )

FreeBSD ( x86_64 )

 

Todo List 待处理事项

Strategic Goal 战略目标

1.首先支持windows和linux平台

2.增加通用串口通信协议

3.支持热插拔

4.更高效的通知模块

5.支持其他语言,如C, C#, Python, Java, Golang等

6.同步串口通信

7.全新的跨平台串口调试助手

8.增加一个类库的介绍和使用视频

9.串口侦听hook

 

Short-term Goal 短期目标

1.跨平台操作系统识别库

2.跨平台多线程类库

3.跨平台锁类库

4.跨平台高效定时器类库

5.性能测试报告(吞吐量、时延、丢包率)

 

Last Modify 最新版本

Version: 4.1.0.201010

by itas109 on 2020-10-10

 

Quick Start 快速开始

$ git clone --depth=1 https://github.com/itas109/CSerialPort.git
$ cd CSerialPort
$ mkdir bin && cd bin
$ cmake ..
$ cmake --build .

Screenshot 截图

Gui 图形用户界面

示例路径: CSerialPort/examples/CommQT

Tui 终端用户界面

示例路径: CSerialPort/examples/CommTui

No Gui 无界面

示例路径: CSerialPort/examples/CommNoGui

当前版本
v4.2.0

更新内容
CSerialPort v4.1.0.201010
lightweight, cross-platform, and efficient serial port library
轻量级、跨平台、高效的串口类库
Fixed:

#29 windows xp unable to locate the program input point in msvcrt.dll 无法定位程序输入点于msvcrt.dll
#30 _T() cannot convert 'const char*' to 'LPCWSTR
#39 fix getPortInfoList crash on unix(not linux and mac os) 修复unix系统(非linux和macos)getPortInfoList引起的崩溃问题
#40 fix vs2008 vs2010 Cannot open include file: 'ntddser.h' 修复msvc无法找到ntddser.h问题

Feature:

header files is separated into include directory 头文件独立到include文件夹
add Tui Demo based pdcurses and ncurses 增加基于pdcurses和ncurses的tui示例
use cmake compile CSerialPort 使用cmake编译
add cmake install 增加cmake安装
add cppcheck file 增加cppcheck代码检测文件
add clang-format 增加clang-format代码格式化
add travis ci and appveyor ci 增加travis和appveyor持续集成

Remove:

remove function init of integer port 移除init整型串口函数
remove function availablePorts and availableFriendlyPorts 移除availablePorts和availablePorts函数

v4.3.0

更新内容
lightweight cross-platform serial port library for C/C++/C#/Java/Python/Node.js
轻量级、跨平台串口类库,支持C/C++/C#/Java/Python/Node.js

Feature:
读取缓冲区大小默认为4096字节
读取超时间隔默认0ms,即实时接收
支持vcpkg安装CSerialPort
新增wxWidgets示例程序

Experimental:
新的事件通知类CSerialPortListener(宏定义USE_CSERIALPORT_LISTENER开启)
支持C#(CSharp)调用CSerialPort
支持Java调用CSerialPort
支持Python调用CSerialPort
支持JavaScript调用CSerialPort

截图
随便看

 

网盟提供免费网站源码下载(asp源码,php源码,.net源码),源码动态,使用教程和源码评测;为站长推介有价值的源码,为开发者宣传源码作品。

 

Copyright © 2002-2024 cnnbu.com All Rights Reserved
更新时间:2025/4/6 3:16:21