资源列表
RS485Comm
- VC++6.0下异步串口通讯,包含完整工程-VC++6.0 asynchronous serial communication, contains the complete works
prodave_vb
- 利用第三方软件(如VB)开发S7-300PLC与上位机进行MPI通讯的源码实例!非常珍贵!-The use of third-party software (such as VB) development of S7-300PLC to MPI communication with the host computer source code examples! Very precious!
Individual_receiving_data
- 基于c8051f单片机的串口通信程序,用于单个接收数据。-Individual receiving data
Serial
- 基于C语言的实现单片机与计算机串口的通信并进行串口调试。-Based on C language implementation of SCM and the computer serial port for serial communications, and debugging.
mdb
- 一种用于 MDB 介面的主机通讯程序. MDB 是一种国际标准的自动售货机内部通讯协议-MDB interface for a host of communications procedures. MDB is an international standard internal-vending machine -- Agreement
103规约的源码
- 103规约的源码,不可多得
cnComm
- 使用方法:自己重新写一个串口操作源文件cmd.c或者cmd.cpp.在cmd.c或者cmd.cpp中定义头文件#include "cnComm.h".定义串口类-To Usage: own re-write a serial operation source file cmd.c or cmd.cpp cmd.c, or cmd.cpp in defining the header file# include "cnComm.h define the serial port class
smart-car
- 用单片机设计一个智能循迹大的坦克小车。这个车,可以按照规定的路线行驶。-Using SCM to design a intelligent tracking large tank car.This car, can be in accordance with the relevant provisions of the route.
soft_RS232
- 软件虚拟串口源代码(可以在系统资源短缺时,用来扩展串口)-Virtual serial port software source code (the shortage of resources in the system when used to extend the serial port)
COMMApplication1
- visual c# 2005 串口应用实例-visual c # 2005 Serial Application
INTERRUPT
- 利用了KEIL环境μVision2,使用了C语言编程,与串口通信,LED灯显示闪烁-KEIL environment used μVision2, the use of C language programming, and serial communications, LED light display flashes
PC8251
- 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communications procedures through the u