搜索资源列表
串口源程序
- 一个封装很好的串口类。是基于MFC的 。想编写rs 232串口编程,可应用此类。-a good serial category. Based on the MFC. rs 232 to prepare serial programming, such application.
基于VB实现PC机与单片机的串行通讯
- 基于VB实现PC机与单片机的串行通讯 随着计算机技术尤其是单片微型机技术的发展,人们已越来越多地采用单片机来对一些工业控制系统中如温度、流量和压力等参数进行检测和控制。PC机具有强大的监控和管理功能,而单片机则具有快速及灵活的控制特点,通过PC机的rs-232串行接口与外部设备进行通信,是许多测控系统中常用的一种通信解决方案。因此如何实现PC机与单片机之间的通讯具有非常重要的现实意义。本文将论述在VB环境下PC机与单片机之间实现串行通讯的软硬件方案。PC机的通讯程序使用Visual Basic编
monitorrs232
- 利用VC++多线程实现rs-232通讯的源程序,程序可对多个串口同时进行监视-multithreading VC rs-232 communications to the source, a number of procedures can be carried out surveillance serial
VisualBasic&rs-232
- 电子书《Visual Basic与 rs-232 串行通信控》详细介绍vb与232通信编程,用于开发基于单片机通信的上位机程序-electronic book "Visual Basic and rs-232 serial communication control" with detailed vb 2 32 Communication Programming for the development of microcontroller-based PC communica
MisCodeTest
- 基于rs-232串口的通信误码率测试程序-based on the rs-232 serial communications BER testing procedures
rs232comm
- 用java开发的基于串口rs-232通讯程序,横简单的。希望对你有所帮助。-with java-based development of the serial rs-232 communication procedures, Wang simple. You want to help.
rs 232C 详解
- 串行通信接口标准经过使用和发展,目前已经有几种,但都是在rs-232标准的基础上经过改进而形成的.rs-323C标准是美国EIA(电子工业联合会)与BELL等公司一起开发的1969年公布的通信协议。它适合于数据传输速率在0~20000b/s范围内的通信。该文档是对rs232C标准的详解.-serial communication interface standards through the use and development of that there are already severa
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.
MiniTerm1
- This program is a simple serial port terminal running on Windows XP. The communication is rs-232, 9600 baudrate, 8 bit character, no parity, one stop bit. It displays characters received. It sends characters from keyboard. It also rec
serial(2008.12.12)
- serial communcation rs 232
serial-port
- rs-232 COMM32 class library
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
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)。
SCommTest
- SCommTest,实现了两个串口之间的通信功能,可以调试,互发互收。-SCommTest.zipA serial interface is a simple way to connect an FPGA to a PC. This project shows how to create an asynchronous serial link like rs-232 in an FPGA.
rs-232-in-Visual-Basic
- 一本关于visual basic串口通讯的书,主要讲解rs232通讯-A book on visual basic serial communications, mainly on the rs232 communication
SUPERCOM
- The SuperCom serial Communication Library is a programer s library used to develop serial communication applications.The functions are grouped logically with respect to their functionality and portability. Some of the SuperCom API functions are spe
serial-PortDebug-(rs232.485)-(VB)
- 方便初学串口设备通信的朋友参考用作rs-232, rs-422, rs-485调试的程序, VB代码;
C# 串口调试小助手(有源码)
- C#中串口通信编程 收藏 本文将介绍如何在.NET 平台下使用 C#创建串口通信程序, .NET 2.0 提供了串口通信的功能, 其命名 空间是 System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进 行通信。 我们将使用标准的 rs 232 C 在 PC 间通信。它工作在全双工模式下,而且我们不打算使用 任何的握手 或流控制器,而是使用无 modem 连接。 命名空间 System.IO.Ports 命名空间中最重用的是 serialPort 类。 创建 S