Skip to content

Commit

Permalink
README add picture
Browse files Browse the repository at this point in the history
  • Loading branch information
hummer123 committed Feb 17, 2017
1 parent b2a3008 commit 22d09bc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
Binary file added README-PIC/major.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 README-PIC/minor.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 README-PIC/sin.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 README-PIC/temp.bmp
Binary file not shown.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# UserSerialPort
A serial debugging assistant with waveform display
**A serial debugging assistant with waveform display*_

如上标题,这是一个可以绘制数据波形的串口调试助手,基于Qt开发,完成在2016年9月份,最近空闲了才决定整理一下并上传到github,
OK,开始进入正题。本软件实现的功能有如下:
1. 基本的串口收发功能,(之前为了配合公司的调试做了两个发送区,有一个不可以定时发送);
2. 发送文件和保存接收的数据;
3. 接收特定格式数据并绘制波形:

主界面-次界面如下:
![image](https://github.com/hummer123/UserSerialPort/raw/master/README-PIC/major.png)

## 串口的数据接收
Qt中由于串口类使用的是外带的,*这个类在串口接收时可能一段数据会分几次接收到*,有两种方法可以解决:
1. 定时接收,当发现串口缓存中有可用数据时,打开定时器,一般定时100ms左右,当然也是根据实际情况来确定的;
Expand Down

0 comments on commit 22d09bc

Please sign in to comment.