-
西门子S7
西门子S7-300和S7-400的梯形图编程手册,供需要的人参考-Siemens S7-300 and S7-400 of the ladder programming manual for those who need it for reference
- 2023-02-22 04:00:03下载
- 积分:1
-
MSComm 控件通过串行端口(serial port)传送和接收数据,为应用程序提供了串行通讯功能。而且在可视化编程盛行的今天,可以很方便的在Visual B...
MSComm 控件通过串行端口(serial port)传送和接收数据,为应用程序提供了串行通讯功能。而且在可视化编程盛行的今天,可以很方便的在Visual Basic(VB)、Visual C++(VC)、Delphi等语言及开发平台中应用。-MSComm controls (serial port) to transmit and the receive data
through the serial port, has provided the serial communication
function for the application procedure. Moreover today which is in
vogue in the visible programming, may be very convenient in Visual
Basic (VB), Visual C (VC), language and so on Delphi and develops in
the platform to apply.
- 2022-04-07 14:12:19下载
- 积分:1
-
用Evc开发的一些实例源码,AnimateDraw、CopyScreen、Draw2DGraph、DrawExam、speciallyEffect...
用Evc开发的一些实例源码,AnimateDraw、CopyScreen、Draw2DGraph、DrawExam、speciallyEffect-Evc development with some examples of FOSS, AnimateDraw, CopyScreen, Draw2DGraph, DrawExam, speciallyEffect
- 2022-02-05 00:53:48下载
- 积分:1
-
本程序为串口通讯模块,通讯协议文件为[通讯命令及通讯方式规定.doc
需要用到一个C++写的dll,功能是帮助初始化串口。(该dll文件已经放在bindeb...
本程序为串口通讯模块,通讯协议文件为[通讯命令及通讯方式规定.doc
需要用到一个C++写的dll,功能是帮助初始化串口。(该dll文件已经放在bindebug-This procedure for the serial communication module, communication protocol document [communications command and communication requirements. Doc needed a C++ to write the dll, a tool for serial port initialization. (The dll file has been on the bin debug
- 2022-06-30 18:33:33下载
- 积分:1
-
关于信号处理的书籍,内容不错,这是一个比较经典的作品
关于信号处理的书,内容不错,是一本比较经典的著作-Books on signal processing, content Yes, it is a relatively classic works
- 2022-03-21 18:16:36下载
- 积分:1
-
J2ME源代码java卡GSM程序
Java card GSM applet for J2ME source code-card GSM Java applet source code for J2ME
- 2022-06-21 20:19:05下载
- 积分:1
-
改进的SeriaPort类,实现块读取
基于CSerialPort类,增加了RecvBlock方法,一次性读取多个字节,并且改进了无法正常退出的bug。原说明:This class can read, write and watch one serial port.It sends messages to its owner when something happends on the portThe class creates a thread for reading and writing so the mainprogram is not blocked.
- 2022-08-08 15:40:43下载
- 积分:1
-
c#服务器编程
通过客户端连接服务器,实现与服务器的连接,从而实现通信的功能,主要是应用到了套接字socket,只要了解一下网络编程就能做出这样的效果来!
- 2022-07-11 16:30:49下载
- 积分:1
-
使用Modem发送文字信息给网上传呼
使用Modem发送文字信息给网上传呼 -Sending text to inernet call through modem
- 2022-05-21 20:02:07下载
- 积分:1
-
1、将串口通讯协议存储为一个通讯文件,可是随时将存储通讯协议文件调入计算机运行与下位机通讯 可以实现通讯对话,供下位机工程师参考使用,其主要的通讯协议本程序把它...
1、将串口通讯协议存储为一个通讯文件,可是随时将存储通讯协议文件调入计算机运行与下位机通讯 可以实现通讯对话,供下位机工程师参考使用,其主要的通讯协议本程序把它们分成四种情况。 以下说明: 1)下位机直接发送数据,上位机只接收不回应数据。 2)下位机直接发送数据,上位机接收并回应数据。 3)上位机直接发送数据,下位机只接收不回应数据。 4)上位机直接发送数据,下位机接收并回应数据。 下位机工程师完全可以利用这个功能单独的并且很方便的调试与上位机通讯程序,更改双方的通讯协议, 不再需要上位机工程师的配合。windwos标准操作,使用方便。 2、可以监听活动串口的数据,将监听到的数据显示到数据显示区里面,可以保存。也可以将原先保存的文件数据读进来,以供分析。数据可以按照Hex和Ascii显示出来。发送所输入的数据,能够定时发送数据,发送文件,提供Hex和Ascii输入方式。 3、可以通过该程序,利用串口将文件发送到另一个计算机上。另一个计算机通过接收文件接收所发出的文件。-1 1 2 3 4 windwos 2HexAsc
- 2022-03-11 17:25:48下载
- 积分:1