Level 1
Vladkar
Level 1
Jun 27, 2022
11:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
I am using PSOC5 LP in my design and have USB interface with external Windows based application.
Is it possible to use Python script to access to PSOC resourcing (GPIO/I2C/UART) by Python script?
Thanks.
Labels
- Labels:
-
PSoC5 LP MCU
3 Replies
Moderator

Moderator
Jun 28, 2022
10:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi @Vladkar,
Can you please let us know if you are referring to the KitProg USB interface or the PSoC 5LP target's USB itself?
I believe for UART you can use the serial python module. If it is the KitProg interface, you could use the examples in this directory as a reference -
C:\Program Files (x86)\Cypress\Programmer\Examples\Protocols\I2C
Thanks and Regards,
Rakshith M B
Rakshith M B
Level 1
Vladkar
Level 1
Jul 02, 2022
11:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I am referring to PSoC 5LP target's USB itself.
Thanks
Vladimir

Level 9
odissey1
Level 9
Jun 30, 2022
08:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I believe you should use other modules like IOIO for direct access to the pins using external software. With PSoC you have to develop the entire firmware and software yourself.