Welcome![Sign In][Sign Up]
Location:
Search - io UART

Search list

[Other resourceDTK-IO

Description: 数字I/O实验主要完成的功能: 在此实验中,SEED-DEC5416 首选进行初始化,包括对外设 UART、本身频率的设定及一些状态区的初始化。然后等待 SEED-MMI5402 发送命令;SEED-DEC5416 响应交通灯自动模式、交通灯手动手动模式、交通灯东西通、交通灯南北通、及交通灯的禁行与夜间模式的操作命令。同时还响应,对 SEED-DEC5416 的复位及两个单元之间的通讯故障。
Platform: | Size: 195454 | Author: sylivian | Hits:

[Other resource89c51-IO

Description: 目前普遍采用的MCS51 和PIC 系列单片机通常只有一个(或没有)UART 异步串行通信接口,在应用系统中若需要多个串行接口(例如在多机通信系 统中,主机既要和从机通信又要和终端通信)的情况下,通常的方法是扩展 一片8251 或 8250 通用同步/异步接收发送芯片(USART),需额外占用单 片机I/O 资源。本文介绍一种用单片机普通I/O 口实现串行通信的方法,可 在单片机的最小应用系统中实现与两个以上串行接口设备的多机通信
Platform: | Size: 135627 | Author: seattlehuang | Hits:

[Other resourceUart

Description: 软件利用单片机内部的定时器及IO端口实现异步串口,可以在单片机中实现多个串口功能
Platform: | Size: 2097 | Author: 曾任义 | Hits:

[Com Portio-uart

Description: C51的IO模拟UART,非常好用,对于缺少串口的51单片机很好!
Platform: | Size: 2648 | Author: xillinx | Hits:

[SCMIO模拟SPI

Description: 430用IO口模拟SPI读写的驱动程序。包括SPI的字节读写,区块数据的读写等功能-430 IO I used to read and write the simulation SPI driver. SPI including the byte read and write, read and write data blocks, such as functional
Platform: | Size: 4096 | Author: 王友波 | Hits:

[Embeded-SCM Developboard_diag

Description: 在fpga上关于nios开发版的测试文件,测试对象包括led,lcd,uart,内存,基本io等,对于检测硬件十分有用-they simply on the development of the nios version of the test document, including testing led, LCD, UART, memory, basic io, for the very useful hardware detection
Platform: | Size: 8192 | Author: wp | Hits:

[SCMio_uart

Description: 51用C编写的io口模拟串口收发程序代码-51 C io I prepared the simulation code Serial Transceivers
Platform: | Size: 1024 | Author: njgwx | Hits:

[SCM89c51-IO

Description: 目前普遍采用的MCS51 和PIC 系列单片机通常只有一个(或没有)UART 异步串行通信接口,在应用系统中若需要多个串行接口(例如在多机通信系 统中,主机既要和从机通信又要和终端通信)的情况下,通常的方法是扩展 一片8251 或 8250 通用同步/异步接收发送芯片(USART),需额外占用单 片机I/O 资源。本文介绍一种用单片机普通I/O 口实现串行通信的方法,可 在单片机的最小应用系统中实现与两个以上串行接口设备的多机通信
Platform: | Size: 135168 | Author: seattlehuang | Hits:

[Com Portio-uart

Description: C51的IO模拟UART,非常好用,对于缺少串口的51单片机很好!-C51 s IO simulated UART, very easy to use, for lack of good single-chip serial 51!
Platform: | Size: 2048 | Author: xillinx | Hits:

[SCMuart

Description: 51单片机普通I/O口,做串口用,可以和真的串口一样,设置发送和接收的波特率,和发送接收的模式-51 Singlechip general I/O port, serial port used to do, you can and really like the serial port, set up to send and receive baud rate, and send to receive mode
Platform: | Size: 1024 | Author: lizhffeng | Hits:

[SCMSOFT-UART

Description: 51 单片机io口模拟串口程序,带中文说明。-soft UART
Platform: | Size: 411648 | Author: cao | Hits:

[MacOS developUART

Description: 利用UART下的Register (IO最底層),達到透過UART傳送資料,並非使用API或是內建函數,單純使用IO Port。-UART use under the Register (IO bottom) to send data through the UART is not using the API or built-in function, simple to use IO Port.
Platform: | Size: 8192 | Author: 謝育霖 | Hits:

[ARM-PowerPC-ColdFire-MIPSuart(300bits)

Description: (小邢)IO模拟串口(300bits),非常稳定可靠.调试通过.-IO serial analog (300bits), very stable and reliable. Debug through.
Platform: | Size: 13312 | Author: 邢钱海 | Hits:

[Documentsmcs51-io-uart

Description: 利用51的两个输入输出引脚如P1.0和P1.1,置1或0分别代表高低电 平,也就是串口通信中所说的位,如起始位用低电平,则将其置0,停止位为高电平,则将其置 1,各种数据位和校验位则根据情况置1或置0。-Using 51 as the two input and output pins P1.0 and P1.1, set to 1 or 0 representing the high and low, that is said in the bit serial communication, such as the use of low starting position, will be its set to 0, stop bit is high, then it is set to 1, all data bits and the parity bit set to 1 according to the situation or set to 0.
Platform: | Size: 16384 | Author: wkr | Hits:

[Embeded-SCM DevelopUART

Description: STC51单片机使用IO口模拟串行口波特率可变-STC机IO口模拟串行口
Platform: | Size: 2048 | Author: 徐小康 | Hits:

[VHDL-FPGA-Veriloga-software-uart

Description: C8051工作在48Mhz下,完全有能力进行资源的扩展,以实现低成本处理器完成更复杂的任务,文章提出了一种通过单片机普通IO端口完成串口通讯的方法,很好的弥补了通讯端口不足的瓶颈 -C8051 work in 48Mhz, the resource is fully capable of expansion, in order to achieve low-cost processor to complete more complex tasks, the article presents a general IO port is completed through the microcontroller serial communication methods, good enough to make up the communications port bottleneck
Platform: | Size: 552960 | Author: chang | Hits:

[SCMp89-uart

Description: P89LPC915 单片机 IO 串口 简单通讯-P89LPC915 microcontroller IO uart
Platform: | Size: 16384 | Author: zyq | Hits:

[SCM51-timer-io-uart

Description: 51单片机 普通IO和定时器模拟串口 发送数据-51 SCM ordinary IO and timer simulation data sent a serial port
Platform: | Size: 10240 | Author: 张煌 | Hits:

[SCMIO-UART

Description: 单片机普通IO口模拟UART通讯代码,使用定时器-Ordinary microcontroller IO port to simulate the UART communication code
Platform: | Size: 3072 | Author: xzs | Hits:

[Com PortIO-Uart-Analog-communication-program

Description: 用于没有串口通信硬件的单片机,通过使用IO来模拟Uart的通信应用程序-For no hardware serial communication of single chip microcomputer, through the use of IO to simulate Uart communication applications
Platform: | Size: 1024 | Author: l | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net