reading voltage problem

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

cross mob
JoTa_4759066
Level 1
Level 1

Model : CY8CKIT-062-Wifi-BT Pioneer Kit

Software: PSoc creator 4.2

1) I use the board to read voltage which supply by Arduino board , but how can i see the results ?because in other programming software ( arduino ),we can see the results directly, but in this software the coding part is complete but nothing display.

pastedImage_5.png

2) the character lcd problem,

can`t find any tutorial(components connection problem and coding part) which related in introducing this components .

pastedImage_6.png

0 Likes
1 Solution
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

JoTa,

Creator doesn't have built-in feature to see results, as Arduino IDE. Typically one have to output data to Terminal (like Teraterm or Putty) using UART. Please open UART examples to see how to use UART to communicate to external Terminal

/odissey1

View solution in original post

1 Reply
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

JoTa,

Creator doesn't have built-in feature to see results, as Arduino IDE. Typically one have to output data to Terminal (like Teraterm or Putty) using UART. Please open UART examples to see how to use UART to communicate to external Terminal

/odissey1