上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 123 下一页
摘要: private void ScanAllPLCStatus() { foreach (OpcUtil.PLC_Sensor_Enum e in Enum.GetValues(typeof(OpcUtil.PLC_Sensor_Enum))) { Console.WriteLine(e.ToStrin 阅读全文
posted @ 2021-09-27 16:13 txwtech 阅读(1085) 评论(0) 推荐(0)
摘要: 鸿蒙开发板Hi3861模拟SPI驱动JLX_LCD12864显示屏液晶屏_基于code-2.0-CANARY 2.0支持windows编译与上传,不需要ubuntu编译环境搭建需要有耐心: https://www.cnblogs.com/txwtech/p/15041927.html 首先学会点亮L 阅读全文
posted @ 2021-09-26 21:39 txwtech 阅读(493) 评论(0) 推荐(0)
摘要: https://os.51cto.com/art/202011/632200.htm 鸿蒙开发板hi3861串口复用设置方法 代码实现其实很简单。 (1)引脚初始化 这里由于GPIO5默认被复用为串口引脚,这里我们重新修改为普通GPIO引脚。初始化代码如下: (hi_void)hi_gpio_ini 阅读全文
posted @ 2021-09-22 08:36 txwtech 阅读(633) 评论(0) 推荐(0)
摘要: 请问鸿蒙开发板hi3861有中断引脚吗? 阅读全文
posted @ 2021-09-21 21:21 txwtech 阅读(58) 评论(0) 推荐(0)
摘要: C51单片机引脚图 阅读全文
posted @ 2021-09-21 20:55 txwtech 阅读(891) 评论(3) 推荐(0)
摘要: https://blog.csdn.net/txwtech/article/details/120338446 error: conflicting types for 'get_data_from_ROM'error: conflicting types for '***' error: prev 阅读全文
posted @ 2021-09-16 21:55 txwtech 阅读(153) 评论(0) 推荐(0)
摘要: 运行程序时显示“从服务器返回一个参照”怎么办 方法是鼠标右击执行文件,然后选择“属性”,在“兼容性”选项卡中,然后在特权等级下勾选“以管理员身份运行此程序”,点击确定退出即可 https://jingyan.baidu.com/article/4b52d70241cb04bc5d774b12.htm 阅读全文
posted @ 2021-09-13 15:21 txwtech 阅读(611) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/txwtech/article/details/115696293 按钮触发事件,启动线程: pThread=new CWinThread(); pThread->m_bAutoDelete=false; // m_pMainDlg = ::AfxGetM 阅读全文
posted @ 2021-09-13 10:52 txwtech 阅读(421) 评论(0) 推荐(0)
摘要: mfc_vc++最小化或者离开当前窗口后在任务栏的消息提醒闪烁功能 https://blog.csdn.net/txwtech/article/details/120250259 阅读全文
posted @ 2021-09-12 14:45 txwtech 阅读(135) 评论(0) 推荐(0)
摘要: vs2015,放在OnInitDialog()里面this->SetWindowPos(&wndTopMost, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE); 其它方法:设置置顶显示 ::SetWindowPos(hWnd,HWND_TOPMOST,0,0,0,0,SW 阅读全文
posted @ 2021-09-12 11:14 txwtech 阅读(2324) 评论(0) 推荐(0)
上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 123 下一页