资源简介
代码片段和文件信息
#include “qtportdebug.h“
#include
int main(int argc char *argv[])
{
QApplication a(argc argv);
QTranslator translator;
translator.load(“tc_CN“);
a.installTranslator(&translator);
//QTextCodec::setCodecForLocale(QTextCodec::codecForName(“GBK“));
QTPortDebug w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 365 2017-03-24 18:01 QTPortDebug\main.cpp
文件 0 2017-03-24 18:05 QTPortDebug\OGLdpf.log
文件 16350 2017-03-27 11:28 QTPortDebug\qtportdebug.cpp
文件 2589 2017-03-27 11:14 QTPortDebug\qtportdebug.h
文件 1137 2017-03-27 09:23 QTPortDebug\QTPortDebug.pro
文件 23844 2017-03-27 08:52 QTPortDebug\QTPortDebug.pro.user
文件 19834 2017-03-27 10:43 QTPortDebug\qtportdebug.ui
文件 420 2017-03-27 09:20 QTPortDebug\Serial.aps
文件 53390 2017-03-27 09:18 QTPortDebug\Serial.ico
文件 41 2017-03-27 09:22 QTPortDebug\Serial.rc
目录 0 2017-03-27 11:28 QTPortDebug
----------- --------- ---------- ----- ----
117970 11
相关资源
- 单片机与PC机串口通信的类程序
- c++ 串口通信Demo源码(方便学习调试)
- 串口通信上位机开发(c++代码)
- STM32 采集 HLW8032 DMA 串口1+串口3
- mfc串口程序
- VS2008基于MFC的对话框编程串口上位机
- MFC串口通讯接受数据双缓冲画波形图
- 串口调试助手c++源码
- 完整串口通信程序Vc++源代码
- MinGW编译环境,包含gcc、g++、gdb等编译
- MXC1730.zip
- MFC上位机x64串口通信程序
- VS2010+MFC串口助手,自动识别串口,支
- Visual C++串口通信及测控应用详解
- VS2017基于MFC 串口通信上位机程序
- Visual C++Turbo C 串口通信编程实践 第二
- modbus串口从机程序基于libmodbus,《M
- MFC 编写的仪器测试软件
- python实现串口传文件调用PCOMM.dll Zm
- MFC实现串口通信16进制发送接收
- 串口数据波形显示
- RS232串口通讯VS2010
- 基于QT5开发漂亮的串口调试助手源码
- C++获取GPS串口数据源代码.doc
- C语言Linux串口编程(serial.c)
- 51单片机串口控制io带动气缸运动
- sr830操作手册原版
- VxWorks串口编程代码
- 基于C++MFC-RS485串口通信demo-完整版-代
- Qt5 串口助手源代码
评论
共有 条评论