Skip to content

Commit

Permalink
doc(README): CSerialPort support Rust
Browse files Browse the repository at this point in the history
Signed-off-by: itas109 <[email protected]>
  • Loading branch information
itas109 committed Dec 24, 2024
1 parent 510d59a commit ed89aea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[中文](README_zh_CN.md)

CSerialPort is a lightweight cross-platform serial port library based on C++, which can easy to read and write serial port on multiple operating system. Also support C, C#, Java, Python, Node.js, Electron etc.
CSerialPort is a lightweight cross-platform serial port library based on C++, which can easy to read and write serial port on multiple operating system. Also support C, C#, Java, Python, Node.js, Electron, Rust etc.

<p>
<a href="https://github.com/itas109/CSerialPort/releases"><img alt="Version" src="https://img.shields.io/github/release/itas109/CSerialPort"/></a>
Expand Down Expand Up @@ -41,7 +41,7 @@ CSerialPort was tested on the following platforms
- [ ] 2.add communicating protocol
- [x] 3.support hot plug notify - CSerialPortHotPlugListener
- [x] 4.higher efficiency notify module - replace with CSerialPortListener
- [x] 5.support other language - C, C#, Java, Python, Node.js, Electron etc. - more information [bindings](https://github.com/itas109/CSerialPort/tree/master/bindings)
- [x] 5.support other language - C, C#, Java, Python, Node.js, Electron, Rust etc. - more information [bindings](https://github.com/itas109/CSerialPort/tree/master/bindings)
- [x] 6.sync serial port communication
- [x] 7.new cross-platform gui serial port tool - [CommMaster](https://gitee.com/itas109/CommMaster)
- [x] 8.add introduction and tutorial of CSerialPort - [CSerialPort Tutorial ](https://blog.csdn.net/itas109/category_12416341.html)
Expand Down
4 changes: 2 additions & 2 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[English](README.md)

CSerialPort是一个基于C++的轻量级开源跨平台串口类库,可以轻松实现跨平台多操作系统的串口读写,同时还支持C, C#, Java, Python, Node.js, Electron等
CSerialPort是一个基于C++的轻量级开源跨平台串口类库,可以轻松实现跨平台多操作系统的串口读写,同时还支持C, C#, Java, Python, Node.js, Electron, Rust等

<p>
<a href="https://github.com/itas109/CSerialPort/releases"><img alt="Version" src="https://img.shields.io/github/release/itas109/CSerialPort"/></a>
Expand Down Expand Up @@ -41,7 +41,7 @@ CSerialPort已经在以下平台做过测试
- [ ] 2.增加通用串口通信协议
- [x] 3.支持热插拔通知 - CSerialPortHotPlugListener
- [x] 4.更高效的通知模块 - CSerialPortListener
- [x] 5.支持其他语言 - C, C#, Java, Python, Node.js, Electron - 详见[bindings](https://github.com/itas109/CSerialPort/tree/master/bindings)
- [x] 5.支持其他语言 - C, C#, Java, Python, Node.js, Electron, Rust - 详见[bindings](https://github.com/itas109/CSerialPort/tree/master/bindings)
- [x] 6.同步串口通信
- [x] 7.全新的跨平台串口调试助手 - [CommMaster通信大师](https://gitee.com/itas109/CommMaster)
- [x] 8.增加CSerialPort的介绍和使用教程 - [CSerialPort教程](https://blog.csdn.net/itas109/category_12416341.html)
Expand Down

0 comments on commit ed89aea

Please sign in to comment.