-
BingJue-Communications-Test(110303)
VB开发的IP测试程序,这是在我工作中写的调试程序,在配置文件中只需要写上相应的IP,程序就会循环测试IP地址是否在线,不在线的话就会报警提醒(VB development of IP test program, which is written in my work debugger, just write in the configuration file on the corresponding IP, the program will loop test IP address is online, not online, then it will alarm to remind)
- 2014-01-27 13:56:19下载
- 积分: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
-
sdk3000demo
visual basic 使用天敏摄像机进行扑捉视频(visual basic Mortimer cameras capture video)
- 2013-01-25 15:05:23下载
- 积分:1
-
vb_48_listmediaplayer
List Media Player
List Media Player is one of the first programs I made. It is simply a way of browsing through your drives and folders to find media files to play - either sound or video. The actual player is on a separate Form, which allows for free resizing.(List Media Player
List Media Player is one of the first programs I made. It is simply a way of browsing through your drives and folders to find media files to play- either sound or video. The actual player is on a separate Form, which allows for free resizing.)
- 2010-09-27 00:32:16下载
- 积分:1
-
vbANDomron-PLC
VB与OMRON-PLC通讯该软件实现欧姆龙PLC与电脑VB程序读写。(VB AND OMRON PLC COMMAND)
- 2016-01-04 21:01:15下载
- 积分:1
-
CDDoor
实现打开和关闭光驱功能,调用API实现,实现打开和关闭光驱功能,调用API实现(To achieve open and close the CD-ROM features, API calls, achieving open and close the CD-ROM features, API calls to achieve)
- 2013-09-15 19:57:57下载
- 积分:1
-
vb_drwa_code
学习VB的绘图程序设计,比较简单,这里有一个很易学的程序.可以在此基础上编写出很多实用的程序啊.(learning VB mapping program design, relatively simple, Here is a very easy to learn the procedures. This can be prepared on the basis of many practical procedures ah.)
- 2007-03-26 00:51:24下载
- 积分:1
-
1
说明: 代理服务器,还不完善,总丢数据,个人没有能力改了,有需要的朋友参考一下吧(Proxy server, not perfect, the total lost data, individuals can not afford to change, and a friend in need reference it)
- 2010-09-08 17:59:29下载
- 积分:1
-
serial_asm
dsp中一些图像处理程序相应的汇编程序,利于实时处理(Some image processing dsp corresponding assembler, which will help real-time processing)
- 2010-07-27 13:32:00下载
- 积分:1
-
PropertySheet
组件属性窗口控件示列,完全可实现属性页的显示(Component Properties window showing the control bar, full-page display to achieve the properties)
- 2009-06-12 16:26:20下载
- 积分:1