-
CommTest485
测试com口程序Private Sub Form_Load()
Dim I As Integer
Dim Msg As String
Me.Enabled = False
Msg = 串行端口通讯测试 V & App.Major & . & App.Minor & App.Revision
cboCommSettings.Text = GetSetting(App.EXEName, frmCommTest , CommSettings , 2400,N,8,1 )
Me.Show
Me.Refresh
With MSComm1
For I = 1 To 16
Me.Caption = Msg & - 测试通讯端口:COM & I & ...
Me.Refresh
Delay 100
On Error Resume Next
.CommPort = I
.Settings = 2400,N,8,1
.PortOpen = True
.PortOpen = False
If Err = 0 Then cboCommPort.AddItem COM & Trim(I)
Next I
End With
cboCommPort.ListIndex = 0
optCommData(0).Value = True
Me.Caption = Msg & (Programming by WJY)
Me.Refresh
If cboCommPort.ListCount = 0 Then MsgBox 程序检测不到可用的串行端口!
Me.Enabled = True
End Sub
(test com port)
- 2015-07-23 10:40:18下载
- 积分:1
-
tuxingxuanzhuan
在单文档中画图,实现模拟同步卫星绕地球旋转,很不错的懂西哦(Paint in a single document, the realization of simulated synchronous satellites orbit the earth rotation, it is good to understand the West Oh)
- 2008-05-11 02:50:57下载
- 积分:1
-
Single-threaded-file-transfer
实现单线程文件传输,不支持断点传出,功能相对简单,但是性能很好。(Achieve single-threaded file transfer, does not support breakpoints spread, function is relatively simple, but the performance is very good.)
- 2013-06-11 12:51:41下载
- 积分:1
-
VC
说明: 汉王人脸通FaceID VC++ SDK开发包示例程序源代码,包含中英文版本。(Hanvon FaceID SDK, CN and EN demo VC++ source code included.)
- 2020-06-16 20:40:02下载
- 积分:1
-
MFC-ADODemon
VC/MFC ADO连接数据库,简单易用,且封装好了一个类.(VC/MFC ADO connect to the database, easy to use, and a wrapper class.)
- 2011-02-15 16:51:16下载
- 积分:1
-
Dll-create-form
modal form in dllDO NOT EDIT what you see in these blocks of generated code!(dll 中创建窗体,并调用 DO NOT EDIT what you see in these blocks of generated code! )
- 2013-12-29 11:49:07下载
- 积分:1
-
systemfocusdialog
如果你开发过Windows NT系统上的网络软件,肯定碰到过让用户选择要求连接的或登陆的计算机或者域名的情况。这种情况下肯定用过外壳API函数,像SHGetSpecialFolderLocation 和 SHBrowseForFolder,并显示标准的资源管理器对话框(If you develop Windows NT system over the network software certainly encountered allows users to connect selecting the landing or the computer or domain name situation. Under these circumstances certainly used shell API function, and as SHGetSpecialFolderLocation SHBrowseForFolder and display standard resource management for dialog)
- 2004-09-22 23:52:04下载
- 积分:1
-
pci9054
利用DriverWorks开发PCI9054芯片的驱动(PCI9054 chip developed using DriverWorks driver)
- 2009-11-29 22:00:57下载
- 积分:1
-
JAI_main
JAI 相机USB3.0调用开发,实时获取视频流,接入所开发的算法中(JAI USB3.0 camera code,grap stream image into code)
- 2020-12-26 17:09:04下载
- 积分:1
-
Untitled
This function is built to segment the nuclei of white blood cells
- 2014-01-26 17:58:26下载
- 积分:1