-
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
-
VC助手破解版 visualassist
VC助手破解版,这个很不错的。
推荐给新手...
vc++6.0,vs2003.net,vs2005.net,vs2008都可以用,完全兼容哈
希望给大家带来个方便:-)(vc++6.0,vs2003.net,vs2005.net,vs2008)
- 2020-06-26 00:00:02下载
- 积分: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
-
visualizations
音乐曲线显示控件及实例演示VB源码,有需要的就下载吧。(Music curve shows controls and VB source code examples demonstrate, there is a need to download it.)
- 2013-08-17 10:21:16下载
- 积分:1
-
1Button-Devices
说明: 1 button device with bascom avr
- 2019-05-06 19:09:58下载
- 积分:1
-
PWM
PWM driver with own changes
- 2012-05-14 15:25:49下载
- 积分:1
-
VB版的迷宫游戏源代码
VB版的迷宫游戏源代码,非常不错的源码程序,新手可靠的参考(VB version of the maze game source code,.Rar)
- 2017-06-30 13:42:46下载
- 积分:1
-
xayvw
VB环境下的一个CS程序,其中已具备主要功能,易于扩展()
- 2017-09-25 11:54:26下载
- 积分:1
-
WinSock_VB
说明: VB环境下WinSock开发网络应用程序,取自电脑报,内附说明文档,讲解清楚(WinSock Development Environment VB web applications, from computer reports, included documentation, explain clearly)
- 2010-04-19 21:05:43下载
- 积分:1
-
MapInfo
说明: Mapbasic编制的用于制图的多个工具程序。该程序已集于一个菜单下。(str preparation for a number of mapping tools procedures. The procedure has been set in a menu.)
- 2006-03-18 02:40:34下载
- 积分:1