How to get the miniprog3 state using the example in the psoc programmer document?

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

cross mob
Anonymous
Not applicable

I want to use the c# example to program psoc4 chip, the console example work, is it possible to get the miniprog3 state(connected or disconnected) using the reference PP_COM_WRAPPER? Or should I use openPort everytime when I execute program?

0 Likes
2 Replies
EmHo_296241
Level 5
Level 5
10 solutions authored 50 replies posted 25 replies posted

Hi,

Check the document  psoc_programmer_com document in installation directory. For me it was C:\Program Files (x86)\Cypress\Programmer\Documents. It contains all commands available and their description.
 

0 Likes
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked

Hi

You can use IsPortOpen API. Check the psoc_programmer_com  document page 48.

Best Regards,
VSRS

0 Likes