User`s manual
RX62N Group, RX621 Group 5. Usage Examples
"Renesas RX",
0,
PDL_NO_FUNC
);
/* Send another string on channel 0 */
R_SCI_Send(
0,
PDL_NO_DATA,
"www.renesas.com",
0,
SCI0TxFunc
);
/* Echo the character on channel 1 */
R_SCI_Send(
1,
PDL_NO_DATA,
result,
0,
PDL_NO_FUNC
);
}
/* SCI channel 0 transmit complete handler */
void SCI0TxFunc(void)
{
/* Shut down channel 0 */
R_SCI_Destroy(
0
);
}
Figure 5-20: Example of SCI Transmission code
R20UT0084EE0112 Rev.1.12 Page 5-38
July. 16, 2014