This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DLP4710EVM-LC: I2C how do i send a command?

Part Number: DLP4710EVM-LC
Other Parts Discussed in Thread: DLPC3479

Dear manager

Communication protocol questions related to I2c.
I want to do I2C communication using Cyusbserial.dll.
Get the handle info normally.

question

1. how do i send a command? 
- I don't know how to pass the command.
- The Programmer's Guide says "Parameter Byte [ b7 ~ b0 ]"
- I don't know how to fill it.
- ex Display Size Read Command [ 0x36 , 0x13 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ]
- ex Display Size Read Command [ 0x36 , 0x13 ]

2. Is the delivery method different?

Please tell me how to pass the command

-- END