-
串口通信 上位机模板 QT485 串口助手
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
- 2022-10-15 10:45:03下载
- 积分:1
-
reg_crypt
电子注册方式加密算法(Encrypting algorithm of electric register method)
- 2002-01-17 10:17:18下载
- 积分:1
-
dianzizhong
51单片机电子钟,模块化编程,利用单片机开发板实现电子钟功能,(Electronic clock)
- 2017-10-23 20:46:44下载
- 积分:1
-
未命名文件夹
说明: 数据结构线性表基本创建 插入 删除简单代码 方便操作。(The data structure linear table basically creates simple code for insertion and deletion, which is easy to operate.)
- 2020-06-24 13:20:02下载
- 积分:1
-
变频器原代码
电机矢量磁链控制完整28335工程,PWM口,及V/F算法,参数辨识程序,磁场定向程序,从转速测量、参数辨识方面改善性能,转速PI调节,电流闭环 使用PI函数,串口SCI控制,ADC、DQ、CLARKE、park变换;(Debug PWM port, and V/F algorithm, parameter identification program, magnetic field orientation program, improve performance from speed measurement and parameter identification, speed PI adjustment, current closed loop using PI function, serial SCI control, ADC, DQ, CLARKE, park transform ;)
- 2018-12-10 10:37:28下载
- 积分:1
-
Matlab
文档介绍了matlab工具箱的使用情况。对于初学者是非常有帮助的。(Document describes the use of matlab toolbox. For beginners it is very helpful.)
- 2009-12-13 11:57:45下载
- 积分:1
-
byjxfinjl
AC3解码的源代码,供正在开发AC3算法的朋友参考,()
- 2018-03-27 15:17:26下载
- 积分:1
-
NtpClient
说明: ntp 程序,CNtpClient实现连接ntp服务器。更新本地时间。(ntp test code, windows connect ntp server ,update local pc time.)
- 2020-03-25 16:37:52下载
- 积分:1
-
guanya
noip2010第三题关押罪犯...写得巨丑 只为上传...(noip2010 the third problem.it s very ugly....)
- 2011-12-24 09:37:34下载
- 积分:1
-
aip-python-sdk-2.2.11
本汉化包系本人辛勤劳动的结晶 联合开发网 - pudn.com
- 2020-06-24 05:20:02下载
- 积分:1