-
cpanel
cpanel database visual basic
- 2013-12-08 22:53:45下载
- 积分:1
-
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
-
ss
说明: 一个用于面试时的面试管理系统,具有查看应聘者的资料和给其打分的功能。(One for the interview at the time of the interview management system, with a view candidate information and points to its function.)
- 2009-07-10 11:31:51下载
- 积分:1
-
useMSComm
利用MSComm控件实现字符型数据发送与接收(MSComm control to achieve the transmission and reception of character data)
- 2015-06-04 17:28:58下载
- 积分:1
-
xunzai.com_333
用vb6直接调用excel生成报表,不用导出到excel就可以完成(Generate reports using vb6 direct call excel, do not export to excel can be completed)
- 2012-04-13 13:09:47下载
- 积分:1
-
tts
VB编写的网管呼叫系统,含服务器端和客户端。。(VB, network call system, including server and client. .)
- 2014-03-16 17:40:11下载
- 积分:1
-
MOTIONTEST(opencv)
目前发现最好的一个移动目标检测,同时已经转换为VS2010项目,并成功测试,用USB摄像头,检测移动物体,基于opencv(Discover the best one currently moving target detection, and has been converted to a VS2010 project and successfully tested with USB camera to detect moving objects, based on opencv)
- 2013-09-05 23:52:15下载
- 积分:1
-
USB(VC)
一个用VC++写的有关USB接口通信的程序,(a VC++ to write the USB communication procedures,)
- 2007-05-29 08:15:09下载
- 积分:1
-
Six_3D_exe200476762006
Six 3D exersizes for VisualBasic.
- 2016-01-04 22:25:42下载
- 积分:1
-
Leave-Management-System
Leave Management System
- 2017-01-25 17:51:43下载
- 积分:1