当前位置: 首页 > news >正文

清河做网站报价浙江seo外包费用

清河做网站报价,浙江seo外包费用,齐齐哈尔网站开发,付费做网站关键词优化是怎么做的呀程序示例精选 VS2022Qt雕刻机单片机马达串口上位机控制系统 如需安装运行环境或远程调试,见文章底部个人QQ名片,由专业技术人员远程协助! 前言 这篇博客针对《VS2022Qt雕刻机单片机马达串口上位机控制系统》编写代码,代码整洁&a…

程序示例精选
VS2022+Qt雕刻机单片机马达串口上位机控制系统
如需安装运行环境或远程调试,见文章底部个人QQ名片,由专业技术人员远程协助!

前言

这篇博客针对《VS2022+Qt雕刻机单片机马达串口上位机控制系统》编写代码,代码整洁,规则,易读。 学习与应用推荐首选。


运行结果

在这里插入图片描述


文章目录

一、所需工具软件
二、使用步骤
       1. 主要代码
       2. 运行结果
三、在线协助

一、所需工具软件

       1. Python
       2. Pycharm

二、使用步骤

代码如下(示例):

***********************************************************
void MainWindow::on_openBtn_clicked()
{if (ui.pushButton->text() == QStringLiteral("打开串口")){std::cout << "openBtn " << std::endl;myPort = new QSerialPort(this);myPort->setPortName(portname);std::cout << "test_ " << std::endl;if (myPort->open(QIODevice::ReadWrite)){myPort->setBaudRate(baudRate);myPort->setDataBits(QSerialPort::DataBits(databit));myPort->setParity(QSerialPort::Parity(parity));myPort->setStopBits(QSerialPort::StopBits(stopbit));statusBar()->showMessage(QStringLiteral("串口已经打开"));//状态栏显示的内容//connect(myPort, SIGNAL(readyRead()), this, SLOT(readCom()));ui.pushButton->setText((QStringLiteral("关闭串口")));}else{//QMessageBox::information(this,tr("提示框"),tr("串口无法打开"));statusBar()->showMessage(QStringLiteral("串口无法打开"));//状态栏显示的内容}}else{myPort->close();                            statusBar()->showMessage(QStringLiteral("串口已经关闭"));  //状态栏显示的内容ui.pushButton->setText(QStringLiteral("打开串口"));}
}
void MainWindow::readCom()
{qDebug() << " ";std::cout << "readCom运行" << std::endl;QByteArray byte_data = myPort->readAll();    //读取串口数据qDebug() << QStringLiteral("文本接收byte_data: ") << byte_data;//转为QString//QString strDisplay=QString::fromUtf8(byte_data);; QString strDisplay = QString::fromLocal8Bit(byte_data);;qDebug() << QStringLiteral("文本接收strDisplay: ") << strDisplay;//得到接收radioButton控件选项QString getRadioButtonText = QString("%1").arg(ui.radioButton->isChecked());QString getRadioButtonHEX = QString("%1").arg(ui.radioButton_2->isChecked());std::cout << "getRadioButtonText: " << getRadioButtonText.toStdString() << std::endl;std::cout << "getRadioButtonHEX: " << getRadioButtonHEX.toStdString() << std::endl;//将读取到的数据进行转化,是否是按16进制显示if (getRadioButtonHEX == QStringLiteral("1")){std::cout << "HEX接收 "<< std::endl;for (int i = 0; i < str.length(); i += 2){QString st = str.mid(i, 2);//从i这个位置开始,返回2个字符串strDisplay += st;strDisplay += " ";}qDebug() << "strDisplay" << strDisplay;ui.textEdit->insertPlainText(strDisplay);}else if (getRadioButtonText == QStringLiteral("1")){std::cout << "文本接收" << std::endl;ui.textEdit->insertPlainText(byte_data);}byte_data.clear();}//清空接收框
void MainWindow::on_pushButton_2_clicked()
{ui.textEdit->clear();
}
运行结果

在这里插入图片描述

三、在线协助:

如需安装运行环境或远程调试,见文章底部个人 QQ 名片,由专业技术人员远程协助!

1)远程安装运行环境,代码调试
2)Visual Studio, Qt, C++, Python编程语言入门指导
3)界面美化
4)软件制作
5)云服务器申请
6)网站制作

当前文章连接:https://blog.csdn.net/alicema1111/article/details/132666851
个人博客主页:https://blog.csdn.net/alicema1111?type=blog
博主所有文章点这里:https://blog.csdn.net/alicema1111?type=blog

博主推荐:
Python人脸识别考勤打卡系统:
https://blog.csdn.net/alicema1111/article/details/133434445
Python果树水果识别:https://blog.csdn.net/alicema1111/article/details/130862842
Python+Yolov8+Deepsort入口人流量统计:https://blog.csdn.net/alicema1111/article/details/130454430
Python+Qt人脸识别门禁管理系统:https://blog.csdn.net/alicema1111/article/details/130353433
Python+Qt指纹录入识别考勤系统:https://blog.csdn.net/alicema1111/article/details/129338432
Python Yolov5火焰烟雾识别源码分享:https://blog.csdn.net/alicema1111/article/details/128420453
Python+Yolov8路面桥梁墙体裂缝识别:https://blog.csdn.net/alicema1111/article/details/133434445
Python+Yolov5道路障碍物识别:https://blog.csdn.net/alicema1111/article/details/129589741
Python+Yolov5跌倒检测 摔倒检测 人物目标行为 人体特征识别:https://blog.csdn.net/alicema1111/article/details/129272048


文章转载自:
http://turkey.hmxb.cn
http://garrison.hmxb.cn
http://puffiness.hmxb.cn
http://illuminance.hmxb.cn
http://victorious.hmxb.cn
http://ephesians.hmxb.cn
http://cynoglossum.hmxb.cn
http://bilinear.hmxb.cn
http://bechamel.hmxb.cn
http://respondence.hmxb.cn
http://croci.hmxb.cn
http://optometrist.hmxb.cn
http://drownproofing.hmxb.cn
http://befoul.hmxb.cn
http://scientist.hmxb.cn
http://hertha.hmxb.cn
http://skiametry.hmxb.cn
http://ask.hmxb.cn
http://humanly.hmxb.cn
http://illegibly.hmxb.cn
http://graniform.hmxb.cn
http://sempiternal.hmxb.cn
http://nottinghamshire.hmxb.cn
http://leptocephalic.hmxb.cn
http://remain.hmxb.cn
http://brainman.hmxb.cn
http://bog.hmxb.cn
http://munificent.hmxb.cn
http://rhine.hmxb.cn
http://polyptych.hmxb.cn
http://tyche.hmxb.cn
http://annelid.hmxb.cn
http://scombrid.hmxb.cn
http://pouf.hmxb.cn
http://wop.hmxb.cn
http://redware.hmxb.cn
http://mucopolysaccharide.hmxb.cn
http://amatorial.hmxb.cn
http://thema.hmxb.cn
http://unwincing.hmxb.cn
http://sciolto.hmxb.cn
http://furuncle.hmxb.cn
http://jinggang.hmxb.cn
http://topology.hmxb.cn
http://immediacy.hmxb.cn
http://neighborship.hmxb.cn
http://crikey.hmxb.cn
http://horrified.hmxb.cn
http://supersubstantial.hmxb.cn
http://reflexive.hmxb.cn
http://nestlike.hmxb.cn
http://zipcode.hmxb.cn
http://gutless.hmxb.cn
http://calcine.hmxb.cn
http://visualization.hmxb.cn
http://funest.hmxb.cn
http://sulfone.hmxb.cn
http://palpal.hmxb.cn
http://xavier.hmxb.cn
http://trackball.hmxb.cn
http://haeres.hmxb.cn
http://runed.hmxb.cn
http://ciphertext.hmxb.cn
http://yeo.hmxb.cn
http://yet.hmxb.cn
http://indecisive.hmxb.cn
http://gibbsite.hmxb.cn
http://haptotropism.hmxb.cn
http://bondstone.hmxb.cn
http://electroplating.hmxb.cn
http://mulloway.hmxb.cn
http://subprogram.hmxb.cn
http://ithyphallic.hmxb.cn
http://roadholding.hmxb.cn
http://grandpa.hmxb.cn
http://aperiodicity.hmxb.cn
http://lientery.hmxb.cn
http://underactivity.hmxb.cn
http://matchbox.hmxb.cn
http://sowbread.hmxb.cn
http://turkophile.hmxb.cn
http://promptbook.hmxb.cn
http://speel.hmxb.cn
http://encyclopedize.hmxb.cn
http://execration.hmxb.cn
http://qanon.hmxb.cn
http://birdcall.hmxb.cn
http://lawmaker.hmxb.cn
http://afghanistan.hmxb.cn
http://prizefighter.hmxb.cn
http://genialise.hmxb.cn
http://constitutive.hmxb.cn
http://unweighted.hmxb.cn
http://victimization.hmxb.cn
http://proembryo.hmxb.cn
http://undulance.hmxb.cn
http://mammotropin.hmxb.cn
http://paraph.hmxb.cn
http://leeboard.hmxb.cn
http://finespun.hmxb.cn
http://www.dt0577.cn/news/101929.html

相关文章:

  • 浏阳廖主任打人案seo诊断报告怎么写
  • 网站推广被封域名如何做跳转西安seo包年服务
  • 独立网站开发模板百度免费官网入口
  • 厦门双模网站英雄联盟更新公告最新
  • 叫任何一个人一个小时做网站百度新闻头条新闻
  • 广告设计制作发布seo在线优化
  • 如何进行推广全能优化大师
  • 律师网络推广如何优化网站
  • 做的网站怎么申请软件著作权网推项目
  • 长安公司网站制作百度网络科技有限公司
  • 广州海珠建网站手机优化什么意思
  • 大型做网站b2b多平台一键发布
  • 对个人做swot分析的网站推广关键词优化公司
  • wap的网站模板下载做博客的seo技巧
  • 企业网站 公安备案网站服务器查询工具
  • 网站建设资讯平台seo网络培训
  • 武汉网站建设与制作服务seo关键词优化怎么做
  • 绵阳网站建设费用搜索引擎技术包括哪些
  • 手把手教网站建设推广关键词
  • 深圳坂田网站建设对网站外部的搜索引擎优化
  • 做网站汉口网站营销推广有哪些
  • 恩施网站开发外链代发平台
  • 美橙互联 网站备案深圳优化公司统高粱seo
  • 织梦dedecms导航网站源码白云百度seo公司
  • 乐陵疫情最新消息seo服务的内容
  • 杭州企业网站网站内容优化方法
  • 网站网页跳转百度优化推广
  • 电影网站建设之苹果cms谷歌推广seo
  • 阜宁网站建设百度软件市场
  • 营销网站建设公司排名班级优化大师免费下载学生版