-
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
-
ATK-SIM900A GSM模块测试实验
ATK-SIM900A GSM模块,基于STM32(ATK-SIM900A GSM Module)
- 2018-04-04 12:40:25下载
- 积分:1
-
frmStore.Designer
n numerical analysis, hill climbing is a mathematical optimization technique which belongs to the family of local search.
- 2020-06-25 02:40:01下载
- 积分:1
-
eMule VeryCD版是完全自由的GPL软件,诚邀各路高手合作开发,有意者请联系:dashhuang@gmail.com
eMule VeryCD版是完全自由的GPL软件,诚邀各路高手合作开发,有意者请联系:dashhuang@gmail.com-wired version is completely free of GPL software, invites all year cooperative development Interested parties please contact : dashhuang@gmail.com
- 2022-01-25 17:08:48下载
- 积分:1
-
回调禁止远程线程注入
64位驱动程序 通过系统提供的线程回调 防止远程线程注入(64-bit driver prevents remote thread injection through thread callback provided by the system)
- 2020-09-18 11:37:53下载
- 积分:1
-
Wijdows
windows系统下获取系统信息的程序,包括主机名,用户名,系统路径(Get information system under the Windows program, including the host name, user name, the system path)
- 2017-07-22 10:24:18下载
- 积分:1
-
可以传文件发送消息和截屏的
可以传文件发送消息和截屏的-can send documents to send information and screen shots of Dongdong
- 2022-01-21 06:00:21下载
- 积分:1
-
FilePermission
File Permission extends Permission implements Serializable Source Code for Andriod.
- 2014-01-01 21:18:02下载
- 积分:1
-
GitOauth
说明: 用Python完成了github的oauth2功能(The OAuth 2 function of GitHub is completed with Python)
- 2020-06-18 17:40:02下载
- 积分:1
-
Terrain3DTest
说明: Opengl三维源码,VC++飞行地图演示,模拟飞机飞行、三维场景编辑器源程序代码(Opengl three-dimensional source code, VC ++ flight map demonstration, source code of simulated aircraft flight, three-dimensional scene editor)
- 2020-07-08 16:48:56下载
- 积分:1