Labview and Miniprog3 EZI2C interface

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

cross mob
RoCa_1222471
Level 2
Level 2
First like received Welcome!

Concerning this support case "https://community.cypress.com/docs/DOC-10516"

I'd like to use EZI2C interface to connect Miniprog3 device using LabView software: can InitializePort.vi and MiniProg.vi be used also with EZI2C interface? How is possible to read and to write a single byte by Labview sotware? Thank you

0 Likes
1 Solution
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi Robert,

No. The example code can not be used directly to use EZI2C interface. It requires some modifications. For example, the input of pp.setprotocol should be changed to 4 (I2C protocol) according to http://www.cypress.com/file/136426/download .

You can refer the work flow of Python_Ex example(C:\Program Files (x86)\Cypress\Programmer\Examples\Protocols\I2C\Python_Ex) to modify the LabView code. 

Thanks,

Ryan

View solution in original post

0 Likes
1 Reply
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi Robert,

No. The example code can not be used directly to use EZI2C interface. It requires some modifications. For example, the input of pp.setprotocol should be changed to 4 (I2C protocol) according to http://www.cypress.com/file/136426/download .

You can refer the work flow of Python_Ex example(C:\Program Files (x86)\Cypress\Programmer\Examples\Protocols\I2C\Python_Ex) to modify the LabView code. 

Thanks,

Ryan

0 Likes