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.

DLPNIRNANOEVM: UART FRAME SEQUENCE EXAMPLE

Part Number: DLPNIRNANOEVM
Other Parts Discussed in Thread: TMP006

Tool/software:

Hi,

I try to communiacte with DLPNIRNANOEVM through UART, but i allways receive the same frame as respond.

Can You check what am I sendind wrong or how should that frame looks like to receive a proper respond?

I'm sending the hex values seuence:
0x41 0x42 0x43 0x44 0xF0 0x00 0x00 0x00 0xC0 0x00 0x02 0x00 0x16 0x00 0x44 0x43 0x42 0x41

where "0x16 0x00" should be a command byte for (NNO_CMD_TIVA_VER - Read Tiva version information) from Table I-3. DLP NIRscan Nano UART Commands at user manual.

or a 
0x41 0x42 0x43 0x44 0xF0 0x00 0x00 0x00 0xC0 0x00 0x02 0x00 0x00 0x03 0x44 0x43 0x42 0x41
where "0x00 0x03" should be a command byte for (NNO_CMD_READ_TEMP - Read temperature (TMP006) sensor) from Table I-3. DLP NIRscan Nano UART Commands at user manual,


but at every time DLPNIRNANOEVM green led light starts to blink quicker and I receive the same sequence:
{41}{42}{43}{44}{D0}{00}{00}{00}{D0}{00}{00}{00}{44}{43}{42}{41}

Please let me know how my frame should looks like to receive a proper responds.

Regards
Dawid