diff --git a/README.md b/README.md index 72ca018..d1a0b6e 100644 --- a/README.md +++ b/README.md @@ -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.

Version @@ -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) diff --git a/README_zh_CN.md b/README_zh_CN.md index d1b4f58..62cf125 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -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等。

Version @@ -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)