findText(Info.portName());    &nb-IMDN开发者社群-imdn.cn"> findText(Info.portName());    &nb - IMDN开发者社群-imdn.cn">
登录
首页 » c++ » 串口通信 上位机模板 QT485 串口助手

串口通信 上位机模板 QT485 串口助手

于 2022-10-15 发布 文件大小:590.13 kB
0 208
下载积分: 2 下载次数: 1

代码说明:

SerialPortSetting::SerialPortSetting(QWidget *parent) : QDialog(parent) {     setupUi(this);     setFixedSize(220, 319);     checkAPButton->setIcon(QIcon(":/images/finger_up.png"));     emit checkAvailablePorts(); } //检测可用串口并在可用串口号后面加上可用标志 void SerialPortSetting::checkAvailablePorts() {     foreach ( const QSerialPortInfo &Info, QSerialPortInfo::availablePorts()) {          //QSerialPort availablePort;          //availablePort.setPortName(Info.portName());          //if (availablePort.open(QIODevice::ReadWrite)) {             int index = comCB->findText(Info.portName());     &nb

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • can
    说明:  at90can128芯片的CAN通信初始化收发程序(Can communication initialization program of at90can128)
    2020-04-03 15:34:37下载
    积分:1
  • TheArtofComputerProgrammingVolume3
    Knuth不僅僅是傑出的programmer,同時也是世界聞名的數學家和演算法的專家。他的經典巨著The Art of Computer Programming裡頭寫的是他畢生研究演算法和程式設計的精華(Knuth is not only an outstanding programmer, but also world-renowned mathematicians and experts algorithm. His classic masterpiece, The Art of Computer Programming is written inside his life-long study of algorithms and the essence of programming)
    2009-04-09 14:58:09下载
    积分:1
  • NetworkAdapter
    在硬件设置上禁用和启动多个网卡,在xp、win98、win2000上测试过(the hardware setup and launched a number of banned card, xp, win98, tested on WIN2000)
    2005-04-26 15:28:21下载
    积分:1
  • ALIENTEK MINISTM32 实验38 综合测试实验(1)
    ministm32综合实验程序,包括9项功能,时钟,闹钟,记事本,画图等(ministm32comprehensive experimental program, including 9 functions, clock, alarm clock, notepad, drawing, etc.)
    2019-06-19 23:16:48下载
    积分:1
  • QT聊天室服务端和客户端
    此程序通过QT编写,实现了客户端和服务端,通过服务端设定端口启动聊天服务,客户端设置IP和端口连接服务端进行多人聊天
    2022-07-03 22:01:34下载
    积分:1
  • c-yu-yan-(e-luo-si-fang-kuai)
    俄罗斯方块是一款风靡全球的掌上游戏机和PC机游戏,它造成的轰动与创造的经济价值可以说是游戏史上的一件大事。它由俄罗斯人阿列克谢• 帕基特诺夫发明,故得此名。俄罗斯方块的基本规则是移动、旋转和摆放游戏自动输出的各种方块,使之排列成完整的一行或多行并且消除得分。它看似简单却变化无穷,俄罗斯方块上手极其简单,但是要熟练地掌握其中的操作与摆放技巧,难度却不低。作为家喻户晓老少皆宜的大众游戏,其普及程度可以说是史上任何一款游戏都无法相比的。相信大多数人都还记得为它痴迷得茶不思饭不想的那个俄罗斯方块时代。由于俄罗斯方块具有的数学性、动态性与知名度,也经常拿来作为游戏程序设计的练习题材。(Tetris is a popular the global handheld console and PC games, it caused a sensation with the creation of economic value can be said that the game in the history of a major event. It invented by the Russians Alexey • Pajitnov, it was this name. The basic rules of Tetris moving, rotating and placing games automatically output a variety of boxes, arranged in a complete one or more lines and eliminate the score. It seems simple, but endless variations, Tetris is extremely simple to get started, but to be proficient in the operation and placed skills, the difficulty is not low. As the household ages Volkswagen games, its pervasiveness can be said that the history can not be compared to any game. I believe most people still remember it was obsessed tea does not think Rice did not want that Tetris era. Tetris has math, dynamic and well-known, often being used as the theme of game programming practice.)
    2012-10-25 17:16:25下载
    积分:1
  • RaysRTOS-STM8IAR
    基于STM8S105C6的RaysRTOS,编译环境为IAR。全抢占式优先级调度,提供系统延时、挂起、恢复等功能,最大任务量为8个,文件有详细注释,适合新手学习。
    2022-03-10 05:03:58下载
    积分:1
  • restaurant-management-system
    一个大学餐厅的管理系统,采用ACCESS作为数据库,VC++6.0源码开发,支持桌号管理,点击桌号可查看菜谱菜价等。系统分四大模块:前台销售、统计报表、基础资料、系统维护,每个模块下面又分了若干小功能模块。运行时如果你没有VC++开发环境的话,可能需要手动下载几个DLL文件:MFC42D.DLL、MFCD42D.DLL、mfco42d.dll等(A university restaurant management system, using ACCESS as , VC++6.0 source development, support management table number, click on the table number to view recipes and other vegetables. System is divided into four modules: front sales, statistics, biography, system maintenance, each module are subdivided into a number of smaller modules. If you do not run VC++ development environment, you may need to manually download several DLL files: MFC42D.DLL, MFCD42D.DLL, mfco42d.dll etc.)
    2016-11-14 09:53:51下载
    积分:1
  • 人脸检测与识别系统
    写得有条理,是值得学习的案例,可用于多种图像处理编程,移植性强。!! 要用VC++6.0打开,用高级一点的要改一下错。 建议阅读《VC数字图像处理典型案例详解 机械工业出版社》 是一本好书,读后受益匪浅!
    2022-12-05 10:10:03下载
    积分:1
  • RCC_JJY
    日本电波钟解码程序 接受长波信号并进行解码(JJY code)
    2013-12-07 22:16:19下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载