programming in python

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

cross mob
feme_285141
Level 4
Level 4

 someone knows how to do the programming in python to connect the raspberry pi in uart of CY8CKIT-050 pso5lp ??

0 Likes
2 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

This help ? -

   

 

   

    

   

          http://pyserial.sourceforge.net/

   

 

   

Regards, Dana.

0 Likes
Anonymous
Not applicable

do you mean you want to program a Raspberry Pi to talk to a PSOC5?

   

The Rpi side is the same as connecting any other peripheral you can refer to http://elinux.org/RPi_Serial_Connection.

   

On the PSOC side you will want to use the UART component and route the output to iopins. if you are using a CY8CKIT-050 or building your own PSOC board you can select 3.3v for VDDIO so you won't need any level converter.  The PSOC sidehas to be done using PSOC Creator so it's done in C not in phyton.

0 Likes