PSOC to PC transfer with USB

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

cross mob
Anonymous
Not applicable

Hello, I am a student who is new to PSOC and I'm trying to understand how USB data transferring works. I've already tried many of the examples provided in Creator 3.0, including the recommended USBFS_Bulkwraparound, but with no success.

   


The kit I am using is the CY8CKIT-050 PSoC® 5LP Development Kit.

Ideally, I would like to output data (voltage or current) into a excel spreadsheet on my PC by connecting the USB mini cable to the COM port on the PSOC 5LP. Is there a example project in creator that's considered the best for this operation? Or do more example projects using USB transfers exist?

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

Welcome in the fascinating world of PSoCs!

   

Easiest would be to use the USBUART component. This emulates a COM port on the PC-side which you can access using HyperTerminal or a similar program. This ensures that you do not have to do too much programming on PC side. Look for examples on USBUART.

   

 

   

Bob

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

You have tried some of the examples in -

   

 

   

    

   

          

   

http://www.element14.com/community/docs/DOC-48266/l/cypress-ce60246--application-note-on-usbuart-for...     USBUART

   

 

   

    

   

         

   

http://www.cypress.com/?rID=70131     AN82072 - PSoC® 3 and PSoC 5LP USB General Data Transfer with Standard HID Drivers

   

http://www.cypress.com/?rID=39553     AN56377 - PSoC® 3 and PSoC 5LP - Introduction to Implementing USB Data Transfers

   

http://www.cypress.com/?rID=39404     AN57473 - USB HID Basics with PSoC® 3 and PSoC 5LP

   

http://www.cypress.com/?rID=39327     AN57294 - USB 101: An Introduction to Universal Serial Bus 2.0

   

http://www.cypress.com/?rID=40103     AN58726 - PSoC® 3 / PSoC 5LP USB HID Intermediate (with Keyboard and Composite Device)

   

 

   

Regards, Dana.