Skip to content

Commit

Permalink
doc(README): update hot plug
Browse files Browse the repository at this point in the history
Signed-off-by: itas109 <itas109@qq.com>
  • Loading branch information
itas109 committed Dec 13, 2024
1 parent e6c65db commit e0e6608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CSerialPort was tested on the following platforms

- [x] 1.support windows and linux first
- [ ] 2.add communicating protocol
- [x] 3.support hot swap - [CSerialPortExtend](https://github.com/itas109/CSerialPortExtend)
- [x] 3.support hot swap 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] 6.sync serial port communication
Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CSerialPort已经在以下平台做过测试

- [x] 1.首先支持windows和linux平台
- [ ] 2.增加通用串口通信协议
- [x] 3.支持热插拔 - [CSerialPortExtend](https://github.com/itas109/CSerialPortExtend)
- [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] 6.同步串口通信
Expand Down

0 comments on commit e0e6608

Please sign in to comment.