-
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
-
据说能拦截局域网内所有数据包,我自己使用过一下感觉好象有些部份数据包拦不下来。...
据说能拦截局域网内所有数据包,我自己使用过一下感觉好象有些部份数据包拦不下来。-reportedly LAN can intercept data packets all, I used what seemed to feel some part of the data packets to stop for long.
- 2023-04-17 17:55:03下载
- 积分:1
-
基于labwindows cvi编写的各种界面示例程序labwindows-CVI
基于labwindows cvi编写的各种界面示例程序,能实现基本界面功能(Based labwindows cvi prepared by the various interface sample programs that can achieve the basic interface functions)
- 2020-07-07 23:08:56下载
- 积分:1
-
CVIsample4
CVI 虚拟仪器设计与应用下的事例代码,网上很少有,上传一些供大家参考(labWindows/CVI exmapel lesson four)
- 2016-02-16 14:16:14下载
- 积分:1
-
shaping_filter_and_dsp_realize_theory
基带脉冲成形数字滤波器的MATLAB设计与DSP上的实现(shaping filter and dsp realize theory )
- 2009-11-22 21:51:39下载
- 积分:1
-
C
说明: c语言初学者必备的一些知识,大学c语言课程很好的辅助课件(c language for beginners some of the necessary knowledge, university c language courses good supporting courseware)
- 2013-11-26 13:46:05下载
- 积分:1
-
LW-LZ78
实现以下的无损数据压缩方法
LZ78和LZW算法;
给定若干个输入的字符串流,应用所编写的算法实现压缩,计算压缩比,然后再将压缩的码流进行解码,同输入的字符串流进行比较,判断输入输出码流是否一致。(Achieve the following lossless LZ78 and LZW data compression algorithm certain algorithms to a given input string stream to achieve compression applications written to calculate the compression ratio, and then decoding the compressed code stream, with the stream input string , and determines the input and output streams are the same.)
- 2014-04-27 23:05:58下载
- 积分:1
-
GPS卫星信号 产生传输 接收 噪声 误差IFGPSsystem
GPS卫星信号 产生传输 接收 噪声 误差 MATLAB 仿真 程序(GPS satellite signal transmission receiving noise error MATLAB simulation program
)
- 2020-09-01 10:08:09下载
- 积分:1
-
FormalityEncryet
一款注册工具的源码,新人朋友可以拿去练手(A registration tool source, new friends can Naqu practicing hand)
- 2015-12-16 15:30:21下载
- 积分:1
-
HackBox
说明: bank account rat used to phish hank account info
- 2020-11-07 15:47:00下载
- 积分:1