<< AVRUARTSetup Scilab 2 C Converter CV_AdaptiveThreshold >>

Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTTransmit

AVRUARTTransmit

Function to Transmit data using UART or USART.

Description

This function Tranmits data over UART or USART.The data to be transmitted can be a Char , String , Unsigned Int, Signed Int.

This is curretly dummy function. It provides no functionality but is required for providing support for generating C code for AVR.

Examples

AVRUARTTransmit("This is example");  //This function will transmit the entered string.

See also

Authors


Report an issue
<< AVRUARTSetup Scilab 2 C Converter CV_AdaptiveThreshold >>