搜索资源列表
monitorRs232
- 利用VC++多线程实现RS-232通讯的源程序,程序可对多个串口同时进行监视-multithreading VC RS-232 communications to the source, a number of procedures can be carried out surveillance Serial
rs232comm
- 用java开发的基于串口RS-232通讯程序,横简单的。希望对你有所帮助。-with java-based development of the serial RS-232 communication procedures, Wang simple. You want to help.
12131222825
- VB.NET编写的RS-232串口通讯DEMO源码
4
- 实时通讯方法的研究。PLC程序根据定义的通信协议(即 PLC接收信息 帧的格式和定义 )识别其信息 内容。通过PC 的 COM1与S7-200 PLC的 RS一232端口的串行硬件连接,然后通过对 S7—200系列 PLC进行通信编程 ,就可实现与上位机通信 。
VB-PLC-RS-232
- VB与欧姆龙PLC通过RS-232串口通讯的上位机程序,焦作中州炭素有限公司自动配料系统-VB and Omron PLC via RS-232 serial communication PC program, Jiaozuo automatic batching system Plains Carbon Co., Ltd.
RS232
- 简单的串口程序,可实现RS-232基本通讯功能。-Simple serial procedures, RS-232 to achieve the basic communication functions.
Visual-Basic-and-RS-232-1
- Visual Basic与RS-232串行通讯控制 学习VB控制串口的基础知识-Visual Basic and RS-232 serial communication control to learn the basics of VB control serial
FLUKE-HYDRA2625A-MANUALF
- 是FLUKE HYDRA2625A MANUALF使用说明,其中包括对该多功能表的操作和串口通讯等内容-FLUKE HYDRA2625A MANUALF operation of functions introduced, including communication protocols and so on have
the-serial-port-protocol(FM-SZ-I)
- 高串口速率版本 FM-QSZ-I血氧(模拟探头)用户手册,该手册描述了上层软件与底层硬件之间的串口通讯协议。-the communicationb between up level and low level based on the the serial port protocol(RS-232-C)。
RS-232-in-Visual-Basic
- 一本关于visual basic串口通讯的书,主要讲解rs232通讯-A book on visual basic serial communications, mainly on the rs232 communication
TPS071210
- 使用RS-232通讯串口编程的可编程数字点火器调试编程界面软件-RS-232 serial communications programming programmable digital ignition debug programming interface software
COMServer
- 串口通讯服务的源代码;自动检测端口,工业检测设备上使用。-RS 232 server Sourece
VB与欧姆龙PLC通过RS-232串口通讯的上位机程序
- VB与欧姆龙PLC通过RS-232实现串口通讯,监控。(VB and OMRON PLC through RS-232 serial communication, monitoring.)
C#串口通讯
- 用于与下位机进行串口通讯,RS-232这种适配于上位机和PC端进行连接,RS-232只限于PC串口和设备间点对点的通信。它很简单的就可以进行连接,由于串口通讯是异步的,也就是说你可以同时向两端或者更多进行数据发送,它们之间的传输数据类型是byte,串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。