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.

Compiler/TM4C123GH6PGE: usb_dev_bluk example question

Part Number: TM4C123GH6PGE

Tool/software: TI C/C++ Compiler

Hello.

I have a question in the "usb_dev_bluk" example.

If 127 ASCII characters are transmitted from the PC, again, it is sent from the DK-EVB to the PC.

However, I should not send more than 127 transmission data.

How is it possible?

regards.

[Attach image]

  • Jame,

    Jame shin said:
    However, I should not send more than 127 transmission data.

    I don't understand what you meant. What do you mean that you should not send more than 127 data?

    Look at below. I just ran the example. On the PC host, I send a total of 592 data and the MCU receives them correctly.