搜索资源列表
-
0下载:
本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communications procedures through the u
-
-
0下载:
本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communications procedures through the u
-
-
0下载:
Serial Port Complete, Programming and Circuits for RS-232 and RS-485 Links and Networks
-Serial Port Complete, Programming and Circuits for RS-232 and RS-485 Links and Networks
-
-
0下载:
从串口读取数据,然后解析nmia,进行定位。 源码码齐全-read data from the serial port, then analytic nmia for positioning. Complete source code. .
-
-
1下载:
串口编程源程序全集-Complete Works
-
-
0下载:
从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收
-
-
0下载:
从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial port, there are two methods, one
-
-
0下载:
提供了一个通用的串口类,完成串口的参数设置,输入输出等。-Provides a common serial port class to complete the serial port parameter settings, input and output.
-
-
0下载:
一个C++Builder 5.0/6.0下的串口控件,附带完整的源代码,相当的好-A C++ Builder 5.0/6.0 serial port under control, with complete source code, very good
-
-
0下载:
mscomm3控件,实现AT命令的串口编程,主要是通过侦测MSComm1Comm时间完成-mscomm3 control, the achievement of AT commands serial port programming, mainly through the detection time to complete MSComm1Comm
-
-
0下载:
利用微机串口1(COM1,地址为3F8H-3FFH)完成2台计算机之间的通信,要求通信双方可以互相问候,利用微机完成设计。主要参数:异步串行通信技术,8250编程技术和微机串口通信技术-The use of computer serial port 1 (COM1, address 3F8H-3FFH) the completion of Units 2 communications between computers, the two sides can request communicati
-
-
0下载:
串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其
-
-
1下载:
Serial Port Complete - Programming and Circuits for RS-232 and RS-485 Links and Networks-Serial Port Complete- Programming and Circuits for RS-232 and RS-485 Links and Networks
-
-
0下载:
一个比较完整的串口通讯程序,对学习串口编程有用-A relatively complete process of serial communications, serial port programming useful to the study
-
-
0下载:
很完整的vb.net串口源码,典型而且很有代表性。-Is a complete serial port vb.net source code, a typical and very representative.
-
-
0下载:
串口调试帮助调试串口接收、发送程序,完成基本功能-Serial debugging help debug serial port to receive, send a program to complete the basic functions
-
-
0下载:
C++串口通讯,源码函数完成了串口的打开,读写操作。有详细的函数、参数说明。-C++ serial communication, serial port complete source function to open, read and write operations. Detailed function of the parameter.
-
-
0下载:
用VB开发的一款串口通信程序,和我们平时登录界面相类似,功能相对齐全!-VB and development of a paragraph of programs and serial communication login screen we usually are similar, function relatively complete!
-
-
0下载:
一个很实用的串口开发例程,完整的程序,自动检测串口状态,并开启-A practical development of serial routine, complete program automatically detects the serial port status, and open
-
-
0下载:
关于如何在串行口进行完成数据发送与接收任务-On how to complete the task of sending and receiving data at the serial port
-