搜索资源列表
stm32-timerPPS2PUSART
- 在STM32F103上实现双定时器1S定时,利用RS232串口发送数据,利用中断检测PS2键盘和PC机交换信息并在串口助手上显示-In the STM32F103 dual timer 1 S timing, using RS232 serial send data, using interrupt the PS2 and PC keyboard detection to exchange information and serial port on display in assistant
functionalelectronicbell
- 本文设计实现的是一个多功能数字电子钟,其功能为:24小时制时、分、秒的时间显示,具有整点报时功能;年、月、日及星期的日历显示;具有秒表功能;可显示当前环境温度;可通过按键对各时间信息进行调整。系统采用单片机AT89C52作为主控芯片。系统中的显示模块采用LCD1602液晶显示器实现。LCD1602可以显示两行字符,每行16个字符,能够满足本系统的显示要求。系统中的温度采集模块采用DS18B20芯片实现。DS18B20体积小,其输出量是数字量,可直接与单片机通信,且为单总线传送,可简化电路,大大减
NCTS
- The New Computerised Transit System (NCTS) is a European wide system, based upon electronic declaration and processing that was designed to replace the paper based CT system and to provide better management and control of both Community and Common Tr
Wince_CopayData
- wince下两个进程间进行数据交换,模拟GPS数据发送与接收。-wince under the exchange of data between two processes to simulate GPS data to send and receive.
UART_BRG
- 源码采用UART来与PC机进行数据交换这个LPC900接收命令(S),发送到电脑,发送响应,这可以显示程序的Hyperterminal”。这个参数设置为Hyperterminal如下:9600鲍、8数据位1的停止位和无流量控制。-Source adopts UART with PC to exchange data LPC900 it receives the command (S), and send to the computer, it can send response, Hyperte
lqjfq
- 1、能记录整个赛程的比赛时间,并能修改比赛时间、暂停比赛时间。 2、能随时刷新甲、乙两队在整个赛程中的比分。 3、中场交换比赛场地时,能交换甲、乙两队比分的位置。 4、比赛时间结束时,能发出报警指令-1, to record the race of the match, and can modify the playing time, suspension of playing time. 2, can be refreshed at any time A,
pciv
- 海思Hi3520 PCI总线演示程序 PCIV 相关样例程序包含以下几部分: 1、PCIV MSG :PCI业务层的消息通讯封装。基于MCC模块提供的ioctl接口,提供消息端口的打开关闭、消息发送、消息接收等接口。 相关代码为pciv_msg.c、pciv_msg.h。 2、PCIV Trans:PCI业务层的数据传输封装。基于PCI DMA传输接口、PCI消息交互及一套基本的读写指针Buffer,实现业务层通用数据传输接口。 可以用于主从片之间的任何类型的
A7105_TSET_CODE
- 本程序是基于51单片机A7105的测试程序,其发送数据是一组流水灯数组,接收那边收到数据并用LED灯显示出来。本程序来自单片机教程网:http://www.ipbb.cn欢迎大家学习,交流-This procedure is based on the testing procedures of 51 single-chip A7105, the send data is a group of water-lamp array, the receiving side receives the da
control-crossroads-second-
- TIMER1与TIMER2控制十字路口秒计时显示屏 东西向蓝色数码管与南北向红色数码管同步倒计时,若干秒后交换,如此反复,仅剩5秒时,系统会发出报警提示声音-TIMER1 with TIMER2, control crossroads second chronograph display something to the blue LED with north and south toward the red end of the digital tube synchronized countd
two_serial_port_RS
- STC12C5A60s2单片机实现双串口的数据交换,串口1接收到的数据通过串口2发送出去,串口2接受到得数据通过串口1发送出去-STC12C5A60s2 MCU dual serial data exchange, the serial data received through a serial port 2 to send out, receive data from the serial port 2 sent via the serial port 1
chuankou
- 串行接口的一般概念单片机与外界进行信息交换的通信接口。 8051单片机的通信方式有两种: 并行通讯:数据的各位同时发送或接收。 串行通讯:数据一位一位顺序发送或接收。 -The general concept microcontroller serial interface to communicate with the outside interface information exchange. 8051 There are two w
www
- 基于s5pc100-A8板的智能仓储物联系统,1. M0作为前端信息采集器,通过温湿度、光感等模块实时采集节点所在仓库的环境数据,通过RFID射频刷卡模拟货物出入库,将采集到的数据和货物存储信息通过ZIGBEE无线传输给A8主控板进行数据分析。 2. A8是整个系统的逻辑处理核心,采用多线程架构,线程间使用全局变量、互斥锁、条件变量实现线程同步、互斥、唤醒等动作;分析M0发送来的数据,唤醒相应线程进行短信报警、摄像头抓拍、蜂鸣器、LED灯光报警、出入库等动作,并将数据存入数据库中; 3.