UART communication through RX pin

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

cross mob
Anonymous
Not applicable

Hello there,

I am using a CY8CKIT-042-A pioneer kit.

I have a project using the UART. and have it tested successfully using Putty terminal. Now I tried to send the same signal (same data pattern as I saw on the TX pin when using Putty terminal) through UART's RX pin. But nothing happened.

I must have missed something. Do I need to instruct the program in the main.c to watch the RX pin or does the program constantly monitor it?

Please help.

Thanks,

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

If I understand you right you are trying to send data from PSoC through the receive Rx pin. This wouldn't work. Can you please post your complete project so that we all can have a look at all of your settings. To do so, use

Creator->File->Create Workspace Bundle (minimal)

and attach the resulting file.

Bob

0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

I am trying to send RS232-type of data pattern generated by another program trough a wire to the PsoC Rx pin, The project is attached.

Thanks!

0 Likes