uart
通用异步收发器是一种通用串行数据总线,用于异步通信。该总线双向通信,可以实现全双工传输和接收。在嵌入式设计中,UART用来与PC进行通信,包括与监控调试器和其它器件,如EEPROM通信。
资源总数
971
源代码
10,000
uart 热门资料
查看全部 971 份 →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...
2013-12-08
94
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...
2017-02-19
124