UART
通用异步收发器是一种通用串行数据总线,用于异步通信。该总线双向通信,可以实现全双工传输和接收。在嵌入式设计中,UART用来与PC进行通信,包括与监控调试器和其它器件,如EEPROM通信。
共 971 份资源
源代码 10,000
UART 热门资料
查看全部 971 份 →
PDF文档
uart全功能实现.实现如下函数: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomL
uart全功能实现.实现如下函数: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomLeft, U_PutISRBytes...
PDF文档
What is it? A generic stand-alone MIPS program that can do printf on a standard UART. requirem
What is it? A generic stand-alone MIPS program that can do printf on a standard UART. requirements: . CPU has C...