diff --git a/README.md b/README.md index 6823940..1527d40 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,13 @@ 2. 输入设备输出UTF8 终端输出GBK `./COM -p COM8 -b 115200 -o GBK` ![img2.png](image/img2.png) +3. 彩色终端输出 + + ![img3.png](image/img3.png) + +4. Hex接收 `./COM -p COM8 -b 115200 -i hex` + + ![img4.png](image/img4.png) +5. Hex发送 `./COM -p COM8 -b 115200` + + ![img5.png](image/img5.png) diff --git a/image/img3.png b/image/img3.png new file mode 100644 index 0000000..3007864 Binary files /dev/null and b/image/img3.png differ diff --git a/image/img4.png b/image/img4.png new file mode 100644 index 0000000..02e1634 Binary files /dev/null and b/image/img4.png differ diff --git a/image/img5.png b/image/img5.png new file mode 100644 index 0000000..3c44119 Binary files /dev/null and b/image/img5.png differ