printing to screen

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

cross mob
niprc_3742601
Level 4
Level 4
5 likes given First like received First like given

Hello,

I am using PSoC4 L Series Pioneer Kit (CY8CKIT-046) and I am wondering if there is a way for me connect a terminal window(TerraTerm, PuTTY, ...) to the device and print something out to a screen to ease debugging process.  I cannot find good instructions on how to do it.  Is it even possible?  Please Help!

Thanks!

Nikolay

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

Attached is my simple trial for CY8CKIT-046.

But as I don't have CY8CKIT-046, I could not test it, but at least it compiles.

Please let me know if this works for your board.

Note: I use only '\n' for new line as I like the Unix way and I set TeraTerm's

Menu Setup > Terminal setup > New-Line > Receive : AUTO.

If you like Wintel way (having CR+LF) please change and add \r after \n. ("\n" -> "\n\r")

moto

View solution in original post

0 Likes
1 Reply
lock attach
Attachments are accessible only for community members.
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

Attached is my simple trial for CY8CKIT-046.

But as I don't have CY8CKIT-046, I could not test it, but at least it compiles.

Please let me know if this works for your board.

Note: I use only '\n' for new line as I like the Unix way and I set TeraTerm's

Menu Setup > Terminal setup > New-Line > Receive : AUTO.

If you like Wintel way (having CR+LF) please change and add \r after \n. ("\n" -> "\n\r")

moto

0 Likes