I've looked at a lot of routines that talk about serial port output, which routines should I look at for serial port input?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
zhch_4550981
Level 3
Level 3
10 replies posted 10 questions asked 5 replies posted

    /*Print EEPROM contents to console*/

    Cy_SCB_UART_PutArray(UART_HW, eepromArray, LOGICAL_EEPROM_SIZE);

    Cy_SCB_UART_PutString(UART_HW, "\n\r");

0 Likes
1 Solution
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi,

You can see the APIs for serial in from the PDL page of the PSoC Creator. Please refer the PDL page--> PDL API reference--> SCB--> UARt--> low level APIs. You can find these APIs related to UART.

PDL_UART.PNG

You can aslo go through PSoC Creator code examples which uses serial port input APIs in PSoC 6 UART from PSoC Creator itself.

Thanks

Ganesh

View solution in original post

0 Likes
2 Replies
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi,

You can see the APIs for serial in from the PDL page of the PSoC Creator. Please refer the PDL page--> PDL API reference--> SCB--> UARt--> low level APIs. You can find these APIs related to UART.

PDL_UART.PNG

You can aslo go through PSoC Creator code examples which uses serial port input APIs in PSoC 6 UART from PSoC Creator itself.

Thanks

Ganesh

0 Likes