搜索资源列表
LCD12864
- 12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={\"www.zansi.com\"} delay(BYTE ms) {
rscode
- 实现8比特字节的RS纠错编码,可以指定极性校验字节数目,能产生的最大校验序列长度为255字节(含极性校验字节).This is an implementation of a Reed-Solomon code with 8 bit bytes, and a configurable number of parity bytes. The maximum sequence length (codeword) that can be generated is 255 bytes, including
key_b
- 本程序主要通过外部中断INT0及3.3端口读取PS2键盘值并通过LCD1602显示,键扫描码的解码通过数组方式解码,程序的解码功能主要针对数字及大小写字母和常用标点符号 硬件描述:PS2键盘的时钟线(clk)接89S51的INT0(P3.2),数据线data接(P3.3) LCD的控制端口分别为: RS = P2^7,RW = P2^6,EP = P2^5,数据端口为P0,液晶显示偏压VL必须接 -This procedure mainly through external int
445
- 数字音乐盒 (1) 硬件电路中用P1.0~P1.7控制按键,其中P1.0~P1.3扫描行,P1.4~P1.7扫描列。 (2) 用P0.0~P0.7,P2.0~P2.7控制LED,其中P0.0~P0.7控制七段码a,b,c,d,e,f,g,用P2.0~P2.7为数码管位选信号。 (3) 用,P2.0~P2.2作为LCD的RS,R/W,E的控制信号。用P0.0~P0.7作为LCD的D0~D7的控制信号。 (4) 用P3.7口控制蜂鸣器(J2,J4断开,J3短接)。 (5) 电路为
RSverilog
- RS译码主要模块的verilog代码,很有用也很实用的,需要的一定要看哦-RS decoding main modules of the verilog code, very useful and very useful, and we need to look at Oh sure
PROC
- 学习\单片机光盘文件\程序代码与电路图\第28章 单片机实现RS-485总线现场监测系统-Learning \ SCM CD-ROM files \ program code and schematics \ Chapter 28 Microcontroller RS-485 bus, on-site monitoring system
MSP430_matierials
- 学习MSP430系列16位超低功耗单片机的绝佳资料,包括: 1、实验板原理图 2、IAR的使用方法说明 3、12个实验题目内容,详细解释和相应的源代码: 实验一 IO与时钟 实验二 键盘与LED 实验三 定时器实验 实验四 外围模块操作 实验五 使用口线模拟IIC操作 实验六 同步通讯模块与扩展FLASH 实验七 异步通讯模块 实验八 ADC与LCD 实验九 图形点阵LCD 实验十 超低功耗实验 实验十一 模拟设定时间和RS-485通信实验
CH22
- CH-22:RS-232输入/输出实验:0x1234/000C。 包含驱动程序与两个INF文件,AL_xxx.INF与xxx.INF。 B2_6 :包含INF文件,以及相关的B2与B6格式文件。 VB:Visual Basic 应用程序。 Fireware:相关的原始固件程序代码。 -CH-22: RS-232 input/output experiment: 0x1234/000C. Contains the driver and the two INF files,
VB
- VB串行端口大全教学源代码,方便初学者学习RS-232串口-VB Serial port Daquan teaching source code, easy for beginners to learn RS-232 serial port
51-chuankoutongxin
- 51单片机的串口通信模块C语言源程序,包括RS-232接口及电平转换芯片;RS-485接口及其电平转换芯片等-51 of the Serial Communication Module C language source code, including the RS-232 Interface and level conversion chip RS-485 Interface and level conversion chips
RS-485
- 此代码是基于RS-485的多机通讯,清晰的代码使你一目了然。-This code is based on the RS-485 Multi-machine communication, clear the code to make you a glance.
1602-test-code-by-great-embeded
- 液晶屏1602测试程序 1602液晶屏C语言程序 开发板: 伟嵌科技----小强开发板 硬件连接: RS- P2.2 RW - P2.3 EN - P2.4 DATAPORT - P0 -1602 LCD 1602 LCD test program C language program development board: Xiao Qiang Wei---- embedded technology development board hardware connection
Wiegant_uart
- Wiegand26 converter to a serial RS-232. Source code for AVR ATmega128 microcontroller. Wiegand26 input ports, 3 output RS232 one. The frequency of the microcontroller 14.7456 MHz speed RS232 - 9600 baud. The program needs some work, depending on the
485-bus-transceiver-
- RS-485串口接受和发送数据的试验源码,中断接收和中断发送数据。-RS-485 serial accept and transmit data test code, the interrupt receiving and interrupt transmit data.
RS-232
- 2.2基于RS-232的串口通信C代码及VB接收通信代码-2.2 receive communications code based on the RS-232 serial communication C code, and VB
www
- LCD1602源代码,C51的,P2口接LCD D0到D7,P3.0、P3.1、P3.6,接LCD的RS,RW,EN-The source code of LCD1602, C51, LCD D0to D7P2outlet, P3.0, P3.1, P3.6, LCD RS, RW, EN
RS-485
- STM32F下,485通讯的源代码,已经通过测试,请下载放心使用。-STM32F, 485 source code has been tested, please download the ease of use.
RS-encoding-and-decoding-
- RS编码解码程序源码.zip RS实现的操作-RS encoding and decoding program source code. Zip RS achieved operating
RS.WSC.2.0.GENR.2.2.0.1.3.1
- wifi直连模块RS-WC-201的开发固件以及wifi-AP的测试代码。-wifi direct module RS-WC-201' s firmware, and wifi-AP developed the test code.
test-code-for-C51-and-LCD1602
- 1602 51测试程序,为51单片机初学者准备的LCD1602测试程序。只需简单的修改RS RW EN端口即可应用到自己的系统中,方便简洁。-test code for C51 and LCD1602