Default interfaces for STDIN, STDOUT and STDERR on PSoC?

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

cross mob
RaAl_264636
Level 6
Level 6
50 sign-ins 25 sign-ins 10 solutions authored

Hi,

   

 

   

perhaps a dumb question, but does anybody know to which interfaces the STDIN, STDOUT and STDERR streams are going on PSoC? Is this documented anywhere?

   

 

   

Regards,

   

 

   

Ralf

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

There is no OS for a PSoC. Hence there are no STDxxxes. When you want to send a message from your Cypress development or prototyping kit to the PC screen use a UART, sprintf() and send the buffer to the UART yourself. There is an integrated USB-UART bridge in the Kitprog part of those boards that allows to connect to terminal emulation programs as PuTTY.

   

 

   

Bob

View solution in original post

9 Replies