Is it possible to print SPIS received data in terminal?

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

cross mob
DaCh_4286001
Level 3
Level 3
First like received First like given

Will I need to have a special terminal to show the data I have in SPIS?

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

All the Cypress development and prototyping kits have a UART to USB bridge. This allows printing on the PC screen using a terminal program as PuTTY. Formatting of data can be done using stdio.h and sprintf() and sending to UART.

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

All the Cypress development and prototyping kits have a UART to USB bridge. This allows printing on the PC screen using a terminal program as PuTTY. Formatting of data can be done using stdio.h and sprintf() and sending to UART.

Bob

0 Likes