DS18B20在单片机上的显示,完整的程序包括上位机和下位机
上传时间: 2017-04-09
上传用户:xmsmh
procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end end (4) 接收数据 在编写基于串口的计算机工业测控时,通常需要由下位机向PC机发送数据以使PC机了解系统的测试数据或下位机的运行状态,并进而控制下位机的行为。利用Spcomm串口控件接收下位机发送的数据信息的示例代码如下: //事件驱动方式接收数据程序 procedure TForm1.CommlReceiveData(Sender:Tobject Buffer:Pointer bufferLength:Word) var receivedata:array of byte begin sleep(100) //等待100ms,保证接收到所有数据 move(buffef ,receivedata,bufferlength) //将接收缓存区中的数据转移到数组中 …… end (5) 关闭串口 在系统开发中,应注意在不使用串口时应及时关闭串口,释放系统资源,否则可能会影响系统的其它应用。关闭串口的代码如下: procedure TForm1.FormClose ( Sender TObj ect:var Action:TCIoseAction ) begin comml.StopComm end
标签: commflg procedure senddata integer
上传时间: 2014-01-26
上传用户:懒龙1988
单片机与pc际之间的通信,上位机和下位机之间的协议
上传时间: 2013-12-21
上传用户:hj_18
利用C8051F320的USB传输实例,包含下位机代码和PC驱动
上传时间: 2014-01-09
上传用户:磊子226
单片机实用源程序,如上下位机通讯,时钟等
上传时间: 2017-05-31
上传用户:it男一枚
用VB做的串口调试助手,可用于上位机与下位机之间的通信。
上传时间: 2013-12-06
上传用户:qw12
提取铁路的GPS数据通过串口,下位机为单片机
上传时间: 2013-12-30
上传用户:gonuiln
用VB做的简单的局域网通信程序,主要分几个模块实现上位机与下位机通信
上传时间: 2013-12-27
上传用户:dapangxie
这是一个多点温度测量系统,通过三个传感器点采集温度,51单片机负责下位机的工作,然后通过RS232与PC机上的程序通信,在PC上可以查看这三路温度值,还能分别控制各路的开关状态,有温度超值报警等功能,
上传时间: 2017-06-25
上传用户:aa17807091
射频卡读卡芯片rc500的芯片介绍,下位机代码,和单片机连接的典型电路,很有参考价值
上传时间: 2017-06-30
上传用户:ANRAN