Skip to main content
orhangazi4401
Associate
August 1, 2016
Question

STM32F4 USB CDC Communication transfers only specific characters without noise?

  • August 1, 2016
  • 1 reply
  • 718 views
Posted on August 01, 2016 at 14:50

 

 

The original post was too long to process during our migration. Please click on the attachment to read the original post.
    This topic has been closed for replies.

    1 reply

    orhangazi4401
    Associate
    August 2, 2016
    Posted on August 02, 2016 at 08:31

    I solved problem on stack exchange website yesterday.

    Here is Answer: Cutecom isn't actually cute software. It was the root of problem. After trying all possible fixes, I've just typed to terminal;

    echo ''CuteCom isn't actually cute software...'' > /dev/ttyACM0

    and it worked! I can read my string from buffer now.

    I don't know why but I faced a problem like this with CuteCom before.