-
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
-
pai-xu--CPP
给出冒泡排序等3种排序算法,供初学者比较理解VC++编程!(It gives the other three kinds of bubble sort sort algorithm, for beginners to understand VC++ programming!)
- 2016-08-12 16:10:36下载
- 积分:1
-
IP多播
在局域网中,管理员常常需要将某条信息发送给一组用户。如果使用一对一的发送方法,虽然是可行的,但是过于麻烦,也常会出现漏发、错发。为了更有效的解决这种组通信问题,出现了一种多播技术(也常称为组播通信),它是基于IP层的通信技术(In a LAN, administrators often need to send a certain message to a group of users. If one to one transmission method is used, it is feasible, but it is too troublesome, and often there will be missed and wrong hair. In order to solve this kind of communication problem more effectively, there is a multicast technology (often called multicast communication). It is a communication technology based on the IP layer.)
- 2018-01-02 09:05:03下载
- 积分:1
-
676556
使用日期时间控件,VC++精选编程学习源码,很好的参考资料。(Use the date and time control, VC++ select learning programming source code, a good reference.)
- 2013-12-01 18:01:55下载
- 积分:1
-
datain
使用SQL期刊杂志数据更新,通过相关的链接实现之。(The use of SQL data updated journals, through the realization of related links.)
- 2008-05-07 15:41:40下载
- 积分:1
-
modiGrid4
Wrapper module for 10tec iGrid control (VB6 version) for Visual Basic 6.
- 2013-12-01 02:35:32下载
- 积分:1
-
Inject
禁用系统热键实例。接口形式,比较方便,可下载试用。(Disable system hotkeys instance.)
- 2009-12-30 09:36:15下载
- 积分:1
-
FDK-reconstruct
通过vc2005编写的3D重建程序实现CT数据的三维重建过程,最终完成了重建。(Written by vc2005 3D reconstruction process, to achieve three-dimensional reconstruction of CT data)
- 2016-07-12 11:39:57下载
- 积分:1
-
3DM-GX1
陀螺儀的一些執行黨和說明檔案
以及使用原始碼的資訊 還不錯用(Some of the party gyroscope, and help files and the use of source information is also good to use)
- 2013-07-30 16:15:01下载
- 积分:1
-
VB-Change-the-Windows-icon-size
用Visual Basic 改变Windows图标大小 程序源代码(Visual Basic program source code to change the Windows icon size)
- 2012-11-21 13:49:12下载
- 积分:1