-
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
-
AccessTest02
MFC实现对Access数据库的创建、数据表的创建,已经相关数据的增删改查等功能;这里上传,以供后期借鉴!(MFC to achieve the creation of the Access database, create tables, add and delete related data has been changed check function upload here for late draw!)
- 2014-07-03 13:25:27下载
- 积分:1
-
ECOLOGYTRIBE
生态部落专业粮情组态测控系统,给全世界的粮储工作带来了新的生机,新型的数字 化全方位粮情组态测控系统摒弃了传统的模拟方式,是粮食监测行业的一种创新革命的成 果。整套系统具有组网能力强,操作简单,安装简单、投资成本低、监测直观并且精度高, 能够实时实现视频、温度、湿度的监测、分析、显示、报警、控制、历史查询,报表打印等。
生态部落粮情组态测控系统是利用组态软件以及信息数字技术来实现粮食储藏过程中 对粮情变化的实时监测、对监测数据进行分析与控制、对异常粮情告警提示,提出处理建议 和自动控制等的系统。它可以为科学及安全储粮提供技术保证和科学依据。 粮情组态测控 硬件系统是通过电源电缆、通讯电缆、交换机、路由器将测控平台服务器、测控主机、测控 分机、测温电缆及湿度传感器及高清网络视频传感器等连结起来构成的。 生态部落粮情组 态测控软件系统按系统功能又大致可划分为:粮情监测、粮情分析与粮情控制三部分。(Ecological professional grain condition measurement and control system configuration tribe, grain storage to work around the world has brought new vitality, new digital full-grain situation measuring and controlling system configuration abandon the traditional analog mode, monitoring is an innovative food industry outcome of our revolution. The entire system with networking capability, simple operation, easy installation, low investment costs, monitoring and intuitive high precision, real-time video, temperature and humidity monitoring, analysis, display, alarm, control, historical inquiry, report printing.
Ecological tribal grain condition measurement and control system configuration and software configuration information using digital technology to achieve real-time monitoring of food during storage of the grain situation changes, the monitoring data analysis and control, alarm notification of abnormal grain situation, and recommending treatment automatic control system. It can prov)
- 2016-07-30 16:18:50下载
- 积分:1
-
Leave-Management-System
Leave Management System
- 2017-01-25 17:51:43下载
- 积分:1
-
Emulator
驱动层抓取网卡数据代码,并可以修改数据包内容(Crawl layer data-driven card code, and can modify the contents of data packets)
- 2009-04-01 00:06:26下载
- 积分:1
-
Queue
队列的顺序定义,队列的调用算法等,队列的模板类及其实现(Defined in the order queue, queue calls algorithm, queue template class and its implementation)
- 2013-07-17 15:42:54下载
- 积分:1
-
space_pointpos
实现gps无电离层改正和无对流层改正的单点定位 ,精度30m左右(Realize the GPS without ionospheric correction and tropospheric correction of single point positioning, precision about 30 m
)
- 2015-08-13 09:17:23下载
- 积分:1
-
biaoshifu
用vc++实现的有关编译原理中的标识符问题,希望对大家有所帮助!(vc used to achieve the principle of compiler identifier, we hope to help!)
- 2007-04-09 10:23:16下载
- 积分:1
-
213213
VB制作二维码图像
VB制作二维码图像(Produce two-dimensional code)
- 2013-11-08 23:55:23下载
- 积分:1
-
vncviewer
说明: 这是一个比较复杂的远程控制工具,分为服务器与客户斋,让你了解socket编程的知识.(This is a more complex remote control tools, is divided into server and client fasting, so that you understand socket programming knowledge.)
- 2008-11-17 16:42:34下载
- 积分:1