资源列表

« 1 2 ... .24 .25 .26 .27 .28 1029.30 .31 .32 .33 .34 ... 1228 »

[串口编程一个串口包装类及演示程序

说明:从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial po
<张权> 在 2008-10-13 上传 | 大小:49061 | 下载:0

[串口编程微机串行通信实验报告

说明:计算机中传输数据的方式有两种:并行方式和串行方式。在IBM PC机的汇编语言中,对串口的编程方式有DOS和BIOS 系统功能中断调用。本次实验设计采用BIOS系统功能中断调用,即通过INT 14H,调用ROM BIOS串口通信例行程序。-computer transmission of data in two different ways : parallel and serial mode approach. IBM PC assem
<feng> 在 2008-10-13 上传 | 大小:9680 | 下载:0

[串口编程SCommtestkobe

说明:串口通讯程序可以实现文件或字符的传送并可以自定义断口号-serial communication process can be achieved documents or characters and can be transmitted from the definition of off slogan
<刘兆祥> 在 2008-10-13 上传 | 大小:42097 | 下载:0

[串口编程一个基于API的VB.net串口通讯类

说明:一个基于API的Vb.net的串口通讯控件,使得串口编程更加方便-an API based on the Serial Communications Programming controls, making programming more convenient Serial
<张辉> 在 2008-10-13 上传 | 大小:21515 | 下载:2

[串口编程commaster

说明:非常有用的串口调试软件 -very useful serial debugging software very useful serial debugging software
<king> 在 2008-10-13 上传 | 大小:423897 | 下载:0

[串口编程RS-422、RS-485 应用笔记

说明:485通讯是工业现场用的很广泛的通讯方式,现在仍然在应用-485 communications industry is the scene of extensive means of communication, still in the application
<张辉> 在 2008-10-13 上传 | 大小:382394 | 下载:0

[串口编程CBC串口COM

说明:通过串口控件的串口小程序,发送和接收数据,以及保存数据。-serial control through serial small program to send and receive data, and store data.
<张玉辉> 在 2008-10-13 上传 | 大小:427312 | 下载:0

[串口编程RS232API

说明:采用VC6的API函数编写串口程序,实现串口传输数据。-using the API function VC6 prepared serial procedures to achieve serial transmission of data.
<张玉辉> 在 2008-10-13 上传 | 大小:127965 | 下载:1

[串口编程SCommTestCOMM

说明:编写串口通信程序,可以不同的格式传输,可以自动发送和手动发送。-prepared serial communication procedures, different transmission formats, it will automatically send and sent manually.
<张玉辉> 在 2008-10-13 上传 | 大小:127040 | 下载:0

[串口编程软件侦测串口协议

说明:利用MSComm控件,不依赖太多硬件设备,指利用纯软件方法侦测串口通信参数设置情况-use MSComm control, do not rely on too many hardware devices that use software-only method to detect serial communication parameters settings
<张帆> 在 2008-10-13 上传 | 大小:54832 | 下载:0

[串口编程通讯口

说明:是用该语言编写的关于串口通信的源代码。欢迎各位下载-is the language used on serial communication source. Welcome to download
<feifeng0413> 在 2008-10-13 上传 | 大小:45621 | 下载:0

[串口编程com_communication

说明:一个很好用的串口类,包括同步、异步等多种调用机制。-a good use of Serial categories, including synchronous and asynchronous transfer mechanism other.
<> 在 2008-10-13 上传 | 大小:3927 | 下载:0
« 1 2 ... .24 .25 .26 .27 .28 1029.30 .31 .32 .33 .34 ... 1228 »

源码中国 www.ymcn.org