How to save the measurement data into usb or directly save into computer?

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

cross mob
Anonymous
Not applicable

hai cypress community.

   

Im still newbie in using psoc 5lp. if i want to do a impedance meter project, how can i save the measurement data of each component that i test into a usb or direct into the computer? the data involved of every measurement result of the component testing.

   

Tq for your cooperation.

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

Easiest would be to use an USBUART connection and on PC side reading the emulated com-port. Testing is easy using PuTTY to display the data on screen. Dependent on your board there is already a connection made ready to display ASCII data via UART. Check the description of your Kitprog when you have got a -059 board

   

 

   

Bob

View solution in original post

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

Easiest would be to use an USBUART connection and on PC side reading the emulated com-port. Testing is easy using PuTTY to display the data on screen. Dependent on your board there is already a connection made ready to display ASCII data via UART. Check the description of your Kitprog when you have got a -059 board

   

 

   

Bob

0 Likes