搜索资源列表
本书配套上机学习光盘
- 在定时器中断中做LED的PWM输出 AT89C2051实现A/D转换的C51程序 单片机开发系统 指令系统 程序设计 定时与中断 系统扩展 接口技术 串行口-the timer interrupt to do the PWM output LED AT89C2051 A / D conversion process C51 microcontroller development systems Instruction System Design and regularly interru
串并转换实验程序
- 利用8031串行口,和并行输出串行移位寄存器74LS164,扩展一位数码显示在数码显示器上循环显示0-9这10个数字-use 8031 serial port, parallel and serial shift register output 74LS164 expand a digital display on the digital display shows 0-9 this cycle 10 figures
MSC51_PC_Communicaton
- 这是一个51单片机与PC的通信系统:利用3*4小键盘输入0~9的一串数字(不大于5),通过8051自带的串口发送给PC并显示在系统的6位LED上;单片机接收上位机的输入并显示在LED上。8051串行口经232电平转换后,与PC机串行口相连。PC机使用串口调试应用程序V2.2.exe,实现上位机与下位机的通讯。-This is a 51 microcontroller and PC communication system : use 3 * 4 0 small keyboard input of
tlv1544
- TLV1544与TMS320VC5402通过串行口连接,此时,A/D转换芯片作为从设备,DSP提供帧同步和输入/输出时钟信号。TLV1544与DSP之间数据交换的时序图如图3所示。 开始时, 为高电平(芯片处于非激活状态),DATA IN和I/OCLK无效,DATAOUT处于高阻状态。当串行接口使CS变低(激活),芯片开始工作,I/OCLK和DATAIN能使DATA OUT不再处于高阻状态。DSP通过I/OCLK引脚提供输入/输出时钟8序列,当由DSP提供的帧同步脉冲到来后
HexLoader
- 通过串行口加载HEX程序文件,转换成BIN格式并保存在片外RAM中;加载完毕后蜂鸣器鸣叫,并等待按下K4;K4按下后,跳转到RAM去执行程序。
2008.4.20
- 采用SN75LBC184来实现RS232C与RS485串行口的转换,从而使PC机具备主从式多机通讯 功能,实现对多个单片机组成数据采集终端的通讯与管理. 约定一种简单和有效的串口通讯协议,根据 这种通讯协议设计出单片机与PC机串口通讯程序
serial
- 串行口数据传输实验,vhdl源代码,完成信号发生,串并转换,检测电路
AVR_c_yu_yan_kai_fa_jian_jie
- Avr单片机和其他单片机一样,有自己的指令和寄存器,特定的IO口操作方法,有定时器,AD转换,串行口,PWM输出,EEPROM等。为了缩短大家学习的时间,快速的了解avr编程思路,拟定avr程序设计系列教程。我使用avr也不是很长时间,技术有限,错误再所难免,还请指出,以期改正。
ads_source
- adctest S3C44B0X内置A/D转换器应用实例; einttest S3C44B0X外部中断实例; flashtest flash读写实例; Helloworld Helloworld程序; iictest IIC接口运用实例; iotest I/O应用实例——矩阵式键盘扫描; rtctest S3C44B0X内置RTC应用实例; Timertest 定时器应用实例; uarttest UART串行口应用实例; ucos_ex1 uc/os-II运用
sdt_source
- adctest S3C44B0X内置A/D转换器应用实例; einttest S3C44B0X外部中断实例; flashtest flash读写实例; Helloworld Helloworld程序; iictest IIC接口运用实例; iotest I/O应用实例——矩阵式键盘扫描; rtctest S3C44B0X内置RTC应用实例; Timertest 定时器应用实例; uarttest UART串行口应用实例; ucos_ex1 uc/os-II运用
90s2313Mega8 USB接口转换 RS-232串行接口
- 使用m8做的usb接口转换,这里提供串口的,还可以并口的.-Teenagers do use the USB interface conversion, the serial provided here, but also the parallel port.
IO_SOFT_UART_USE_TIMER
- 1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。 2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。 3. 支持半双工通讯。收、发波特率相同。 4. 应把定时器中断优先级设置为最高级。 5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区), 待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的 能力和简化程序。实际应用中应防止缓冲区溢出。 6. 由接收转换到发送时要先调用 sof
duolushujucaijiyuchuanshu
- 数据采集系统作为沟通模拟域与数字域的必不可少的桥梁有着非常重要的作用。本文介绍的重点是数据采集系统。数据采集与通信控制采用了模块化的设计,数据采集与通信控制采用了单片机8051来实现,硬件部分是以单片机为核心,还包括模-数转换模块,显示模块,和串行接口部分,还有一些简单的外围电路。8路被测电压通过通用ADC0809模-数转换,实现对采集到的数据进行模拟量到数字量的转换,由单片机对数据进行处理,用LCD显示模块来显示所采集的结果,并将数据通过串行口传输到PC机上,MCU与 PC机间的电平匹配采用M
STC89LE516AD
- 实现STC89LE516AD单片机的A/D转换功能,时钟11.0592M,转换结果以16进制输出到串行口,可用串行口调试程序并观察输出结果,注解非常详细。-Achieve STC89LE516AD MCU A/D conversion clock 11.0592M, conversion results to 16 hexadecimal output to the serial port, serial port can be used to debug programs and observ
CHANGE
- 不用仿真器而用51单片机串行口烧写开发DSP的执行程序转换工具,相当难得的,初学DSP的朋友可以-Do not use 51 MCU emulator and the development of DSP serial port Shaoxie the implementation of program transformation tools, a rare, beginner DSP' s friends can see
AD
- 1. 构建8051单片机外部总线,扩展ADC0808 A/D转换器; 2. 用8051串行口扩展连接4位八段LED数码显示器; 3. 按1、2要求完成系统电路设计; 4. 在A/D模拟通道输入50Hz/2Vpp三角波信号,编制C51程序测量三角波的幅度平均值并显示。 -1. To build the external bus 8051, extended ADC0808 A/D converter 2. With the 8051 serial port extension t
STC12C5AxxAD_ADC
- 转换结果以 16 进制形式输出到串行口,可以用串行口调试程序观察输出结果。-Conversion results in the form of 16-band output to the serial port, serial port debugger can observe the output.
danpingjishiyanbaogaosan
- 一、实验内容及目的 内容:AT89C51单片机的串行口经MAX232电平转换后,与PC机串行口相连。使用虚拟终端,实现上位机与下位机的通信。 目的:掌握单片机串行口的方式选择和编程方法,了解单片机与PC串行通信程序的设计方法,学会实时程序的调试技巧。 -First, the experimental content and purpose of content: AT89C51 microcontroller' s serial port via MAX232 level co
3
- 单片机通过串行口发送数组(十六进制,可改),可经MAX232电平转换,PC机串口接收,程序实测,可改,请注意波特率和晶振的选择-Microcontroller through the serial port to send the array (hex, can be changed), via MAX232 level translator, PC serial port to receive, process measurement, can be changed, please note
1.ADC-Serial
- STC12C5A60S2单片机P1口ADC模数转换程序,通过串行口输出到电脑终端监控,电脑终端发送“0”,返回第一通道转换值。(STC12C5A60S2 microcontroller P1 port ADC analog-to-digital conversion process, through the serial port output to the computer terminal monitoring, the computer terminal to send "0&q