Psoc USB Interfacing

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

cross mob
Anonymous
Not applicable

Hi,

   

I am working on a group project at my University using the Psoc 5LP Development kit and as a first step in our project we are attempting to collect data (voltage measurements) through the device and transfer it to a PC. We all have extremely limited C coding and hardware backgrounds so we've tried following the example found at:  codesign.cs.tamu.edu/images/files/psoc/LabManualPdf_PSoC5/ADC_USB.pdf to configure the USBUART settiings.

   

The code is executing and voltage measurements are being taken (they show up on the LCD screen), but when we try seeing the output through Hyperterminal nothing shows up. Is there any special driver needed or some way to configure Hyperterminal so that we can see our output on the PC?

   

Any help would be appreciated. Thanks.

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Welcome in the fascinating world of PSoCs!

   

In Creator 3.0 there is an example using USBUART, nearly no settings required. Driver is a standard windows driver emulating a COM-port on the PC side. When enumeration of the USBUART is done watch for a new COM popping up on your PC.

   

 

   

Bob

0 Likes