
Rev.1.00 May 22 2012
REJ09B0566
Library Reference
4.2.9 40BSerial Communication Interface R_SCI_Send
Program example
/* PDL definitions */
#include “r_pdl_sci.h”
/* PDL device-specific definitions */
#include “r_pdl_definitions.h”
void func( void )
{
/* Send the Data from the SCIF_3 with polling base transmission */
R_SCI_Send(
3,
0, c_data,
PDL_SCI_IDLE,
PDL_NA
);
}
Commentaires sur ces manuels