-
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
-
NEW_MAIN_CTRL
说明: 对一些进程的简单控制,使用vs工具开发的winform程序,可供交流学习(It s a simple controller.)
- 2011-04-07 16:04:00下载
- 积分:1
-
Excel
说明: 直接通过ODBC读写Excel表格文件。基于数据库编写源程序。(Directly through ODBC to read and write Excel spreadsheet file. Prepared based on the source database.)
- 2008-11-07 23:00:04下载
- 积分:1
-
4_2DFF
数字信号处理中级联型数字滤波器的频率响应的计算程序(Digital signal processing in the cascade type digital filter frequency response calculation program)
- 2013-05-22 11:53:04下载
- 积分:1
-
CAR_Parking_StaticLibrary
智能车库管理系统
MFC
车辆的存放 计费 修改 会员管理 数据记录(DAQ数据库)(The MFC system of parkiing cars.)
- 2012-11-15 18:23:48下载
- 积分:1
-
AP_For_VRPTW100
车辆路径问题的C代码,里面有测试数据和结果分析。(Vehicle routing problem with the C code, there are test data and results analysis.)
- 2009-05-17 11:40:39下载
- 积分:1
-
用VC代码读取BMP文件并显示
用VC代码读取BMP文件并显示(VC code reader and BMP documents show)
- 2005-02-25 12:10:16下载
- 积分:1
-
LLK-game-Visual-CPP-MFC
连连看服务器游戏对战平台软件包括服务端和客户端源代码,服务端采用IOCP机制,可实现多人联网对战,并带有项目说明文档,源代码标有注释。并且游戏界面十分美观。(Battle Snake game server platform software, including server and client source code, the server uses IOCP mechanism, enabling networked multiplayer gaming, and with the project documentation, source code is marked with comments. And the game interface is very beautiful.)
- 2020-12-02 20:19:26下载
- 积分:1
-
SSCOM2.3
串口大师的源码程序,c语言。学习串口或者是学习c都是很好的例子。(the sourcecode of the comm communication)
- 2011-12-06 18:39:49下载
- 积分:1
-
lua952
天龙八部最新lua,涵盖基本所有lua,900多个(tian long ba bu lua 900 duo ge.)
- 2020-12-18 09:29:11下载
- 积分:1