UARTwrite和UARTCharPut的区别

2019-03-24 15:06发布

如题,想问下UARTwrite(const char *pcBuf,unsigned long ulLen)和UARTCharPut (unsigned long ulBase, unsigned char ucData) 的区别 此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
3条回答
鸵鸟蝈蝈
2019-03-24 22:14
< :TI_MSP430_内容页_SA7 --> UARTwrite:Writes a string of characters to the UART output.
//! param pcBuf points to a buffer containing the string to transmit.
//! param ulLen is the length of the string to transmit.

UARTCharPut :Waits to send a character from the specified port.
//! param ulBase is the base address of the UART port.
//! param ucData is the character to be transmitted.

一周热门 更多>

相关问题

    相关文章