搜索资源列表
SmartARM2200_I2C_in_MDK_Keil
- 周立功开发板SmartArm2200 I2C中断方式读写板上EEPROM CAT1025,在MDK Keil环境下完成。实现了完整的串口输入输出,方便通过串口读写CAT1025
cn_serialP567
- 利用easyARM7 2103与OCM4X8中文液晶实现画线,图形化时钟功能。 接线口:P0.5-CS,P0.6-STD,P0.7-SCLK 方式为串行
优龙9200开发板串口驱动
- AT91RM9200的串口驱动,利用中断方式实现,不依赖于任何操作系统
是S3C6410的ARM11的串口裸机程序
- 是S3C6410的ARM11的串口裸机程序,调试软件使用RVDS2.2配置J-linkV8仿真器实现的,前提使用Nandflash启动方式-S3C6410 ARM11 serial program, debugging software using the RVDS2.2 configuration J-linkV8 simulator implementation
ARM2410
- 实现查询方式串口的收发功能。接收来自串口(通过超级终端)的字符并将接收到的 字符发送到超级终端-Implementation of the transceiver serial port query functions. Receive from the serial port (via HyperTerminal) characters and will receive the characters sent to HyperTerminal
uart
- 使用 C8051F1xx 单片机中断方式实现串口通信-C8051F1xx be achieved using the serial communication interrupt MCU
src
- 通过外接通讯模块,以串口通讯方式最终实现两个客户端之间的无线通讯。ADS,Altre 的arm7平台。-Through the external communication module, to the eventual realization of serial communication between two wireless clients. ADS, Altre the arm7 platform.
ARM9-Based_module_of_TFT_LCD
- 介绍了一种基于ARM9的彩色薄膜晶体管液晶显示模块(TFT—LCD)的设计和实现方法。为了解决图像及字符在液晶模块上的实时显示,图像库及字符库存储在容量达64 Mbyte的NAND Flash闪存中,可以根据不同需求对图像库及字符库进行更新。模块支持24 bit彩色RGB格式图像的显示,还支持JPEG格式图像的显示,JPEG图像的解码功能在ARM9处理器上实现。模块采用串口方式与其他外接主控系统通信,-Introduces ARM9-based thin-film transistor colo
FatfsDemo
- 程序说明: 本程序通过串口0在查询方式下实现串口的接收和发送。主程序中一共有三种收发方式,可以单独试验。 端口说明: TXD0 P0.0 串行输出 RXD0 P0.1 串行输入 设置方法: PINSEL0 = 0x00000005 // 设置I/O口连接到UART0,可能会影响其他端口连接 PINSEL0 = (PINSEL0 & (~0x0F)) | 0x05 // 不影响其他端口连接 -Program Descr
serial-port
- 使用52单片机实现串口通信,串口工作方式 SM0 = 0 SM1 = 1 TMOD = 0x21 -52 MCU serial communication, serial work SM0 = 0 SM1 = 1 TMOD = 0x21
tiny6410_uart
- 开发环境为RVDS4.0,基于开发板Tiny6410,该程序为裸机控制程序,实现串口打印,实现方式:程序下载后打印串口信息; 显示为:a hello Uart-Development environment for RVDS4.0, based development board Tiny6410, the program for the bare metal control procedures to achieve serial printing, implementation: Aft
STM32_Demo
- 自己实现的STM32 cortex-m3在keil环境下的基础工程,有完整的git版本管理和清晰的代码目录结构,实现了轮询方式的串口通信。可以作为工程开发的基础代码工程使用。-Their implementation STM32 cortex-m3 in keil environment infrastructure projects, a complete git version control and clear code directory structure, to achieve th
nrf24l01-send-and-receive
- 基于STM32的NRF24L01接收程序,可以实现nrf24l01中断的方式接收串口发送的程序,发送接收程序都附上!-Based on the STM32 NRF24L01 the receiving application, can realize NRF24L01 by way of receiving a serial port to send application
dma
- DMA 实现直接存储器存储,用串口方式或者adc方式,比较简单,可通过这个进行拓展-DMA direct memory storage, serial port adc way or manner, relatively simple and can be expanded through this
stc15w408as
- 利用stc15管脚切换的方式,实现双串口通信(The double serial communication is realized by the way of stc15 pin switching)
蓝牙通讯选择开关控制继电器
- 作者 raojun 自己写的一个用库函数方式操作单片机来实现对工业设备的继电器进行控制,并且可以用单片机的串口通讯与外界的系统交互!同时增加了蓝牙通讯的通讯口! 后期您可以做一个手机 App 来控制自己的机器! 所需要的蓝牙模块是串口透型号的!成本二十元左右!(The author raojun wrote a library function to operate the single-chip microcomputer to control the relay of industria
DMA实验nvic
- 用stm32f103控制nand flash,采用DMA方式把FPGA传输过来的数据存到Flash里,输入f1,f2,f3可以实现读取FLASH内容到串口助手。(The NAND flash is controlled by STM32F103, and the data transmitted by FPGA is stored in Flash by DMA way. Input F1, F2, F3 can read FLASH content to serial assistant.)