搜索资源列表
serialpc
- 基于QT的串口通信程序,可以实现pc机的串口发送接收数据-QT-based serial communication program can be achieved pc machine serial port receive data
myCom1
- Qt Window 下的串口操作 范例,包括串口自动扫描、检测,发送数据,接收数据等功能-Qt serial operation
myCom
- 这是一个QT窗口程序,可以实现打开关闭串口功能,并能够从串口缓冲区读写数据。-This is a QT window procedure can achieve open and close the serial port function, and the ability to read and write data from the serial port buffer.
com
- 使用Qt调用第三方接口的串扣读写程序,能够接收到数据,比较简单-Using Qt call third-party interface button to read and write procedures, can receive data, relatively simple
linux_MYCOM-2017.01.18
- Linux下编写的qt串口调试助手,适合初学者、简单收发数据、实现通讯-Written in qt under Linux serial debugging assistant, suitable for beginners, simple to send and receive data, realize communication
qcom-1.1.tar
- qt实现串口通讯,数据接收可区分字符和十六进制格式。(QT serial communication, data access can distinguish between characters and sixteen decimal format.)
ReadDaTime
- 从串口读取串口数据,并截取部分数据进行曲线拟合,实时读取数据,定时持续更新曲线。(Read data from serial port and intercept some data fitting curves.)
Uart
- 基于Qt 5.8.0的串口调试助手,实现了检测可用串口,连接,16#或ASCII码收发数据(Serial debugging assistant based on Qt 5.8.0)
MyserialPort_display_2
- qt串口助手,能接收和发送数据,能对接收的数据绘出曲线(QT serial port assistant, can receive and send data, can draw curves for received data)
基于QT的串口通讯上位机软件
- 基于QT开发的单片机上位机通讯软件,能够接收下位机发送的数据,将数据展示在折线图中。