Skip to content

Commit

Permalink
update: 发个新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuuu committed Aug 29, 2023
1 parent d7965c0 commit c56a586
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serialport_monitor"
version = "0.1.0"
version = "1.0.0"
authors = ["chenxuuu <[email protected]>"]
edition = "2021"

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

用自己喜欢的终端打印串口日志。pure serialport data printer, for your favorite terminal.

可以代替MobaXterm、SecureCRT、PuTTy等串口连接SSH或查看日志的软件。

![cli](img/cli.png)

![htop](img/htop.gif)

我是搭配window terminal用,挺好

已上传win的编译文件到release,可以自取
Binary file added img/cli.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/htop.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/key_listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ fn get_key_data(key: KeyCode, ctrl: bool) -> Vec<u8> {
KeyCode::F(11) => get_special_key_codes("[23~"),
KeyCode::F(12) => get_special_key_codes("[24~"),


_ => vec![], //其他按键不处理
}
}
Expand Down

0 comments on commit c56a586

Please sign in to comment.