搜索资源列表
我见过最好的串口类
- 我所见过用VC写的最好的串口类,具有模拟单片机中断传输的方式,避免了查询传输CPU损耗和接收超时-I have ever seen VC was the best serial category, with simulation SCM interruption of transmission, so that the CPU for transmission and reception of overtime loss
comkey
- 用EVC编写的windowce.net系统下的串口键盘驱动的例子CPU为PXA255.-prepared with the EVC system windowce.net serial keyboard for example CPU PXA255.
gtm900_driver
- 华为GSM modem GTM900B的驱动代码,基于ucOS操作系统,使用modem串口,应该在其他CPU上也能使用,本人用在philips的ARM片子上-Huawei GSM modem GTM900B driven code, based on ucOS operating system, Serial modem use, in other CPU should also use, I used philips films on the ARM
20050120091918_MySerialPort[2004-01-18-01]
- 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收
一个串口包装类及演示程序
- 从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial port, there are two methods, one
serialrxtx.rar
- 个人原创,已经测试通过。功能:完成串行数据与RS232格式数据的收发转换,ST16C450+串并双向转换兼收发时序产生功能,优点:省去了传统的ST16C450需要CPU干预的缺点,简化设计, 纯硬件自动转换,缺点:忽略各种异常报警,适用于误码测试时使用(传输错误由误码测试功能模块完成检测)。,Personal originality, have the test. Function: the completion of serial data and send and receive RS23
MTKcpu
- MTKCPU型号识别工具要安装串口驱动 手机选 序列接口 手机串口 等之类的选项-Model MTKCPU recognition tools to install mobile phone serial driver election serial interfaces such as mobile phones, such as serial port option
Sieral_Multithread
- 串口通信处理的多个线程需要协调运行,一个线程必须等待另一线程结束才能开始,在处理一个线程的同时必须把其余待处理的线程挂起等待,以减少其余待处理线程对CPU的资源占用,正处理的线程一旦处理结束则通过线程间的通信发出信号来击活被挂起的线程中的一个线程进入处理。-Serial communication processing necessary to coordinate multiple threads running, a thread must wait until the end of the
14SPI
- c8051f系列单片机的SPI 并行/串行通信源程序 Cygnal出的一种混合信号系统级单片机。片内含CIP-51的CPU内核,它的指令系统与MCS-51完全兼容。其中的C8051F020单片机含有64kB片内Flash程序存储器,4352B的RAM、8个I/O端口共64根I/O口线、一个12位A/D转换器和一个8位A/D转换器以及一个双12位D/A转换器、2个比较器、5个16位通用定时器、5个捕捉/比较模块的可编程计数/定时器阵列、看门狗定时器、VDD监视器和温度传感器等部分。C805
i2c_module
- PIC16F877 based communication module which performs serial (UART) to i2c translation in mixed bus environment. Module was originally used to add multiple i2c communication modules to ARM based CPU which had only UART communication.
UART_T1
- UART:Universal Asynchronous Receiver/Transmitter,通用异步接收/发送装置,UART是一个并行输入成为串行输出的芯片,通常集成在主板上,多数是16550AFN芯片。 串行接口是一种可以将接受来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件。一般完成这种功能的电路,我们称为串行接口电路。-UART: Universal Asynchronous Receiver/Transmitt
Serial
- UART串口字符串接收程序 程序: 1.能一次接收大批量字符串数, 2.采用了查寻方式,在实时系统中CPU占用率低 3.波特率适应范围较宽 -Serial string receiving procedures
HostLink
- 欧姆龙PLC与计算机串口通信程序源码,用于计算机与欧姆龙直接串口相连的通信,可读写PLC的几个存储区,可用于工业上控制监控。虽还不太完善,但可以使用。又改了一下错误,应该真的能用了。 说明补充: 文档中RS232连线可为 <CPU单元RS232: 1-屏蔽 4-5>-[2-2 3-3 9-5]-<计算机串口: 4-6 7-8>-Omron PLC serial communication with the computer program source cod
USB-Mass-Storage-Designing-and-Programming-Device
- Designing and programming a USB mass-storage device or embedded USB host involves a variety of interfaces, protocols, and structures. Every USB mass-storage device must support two interfaces: • A USB device interface to enable the device
GetUniqKey
- 自动获取android的cpu序列号和wifi序列号,生成MD5加密的序列号工具。-Get CPU serial number and WiFi serial number, the serial number of tools generate MD5 encryption.
MSComm 串口通信6月9日
- 数据的读取:串口通信串口按位发送和接收字节,可以将来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件使用。串口通信最主要的参数是波特率、数据位、停止位和奇偶校验。(The data read: serial communication serial port by sending and receiving bytes, parallel data characters from the CPU into a continuous