Skip to main content
Visitor II
September 27, 2010
Question

Uart Communication Problem

  • September 27, 2010
  • 2 replies
  • 598 views
Posted on September 27, 2010 at 18:56

Uart Communication Problem

    This topic has been closed for replies.

    2 replies

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 10:01

    have you tried the examples, do they work properly?

    Graduate II
    May 17, 2011
    Posted on May 17, 2011 at 10:01

    I don't think I'd been using USB write under interrupt, are you sure it's not blocking or soaking up multiple byte times? If you need debug messages you need to buffer them quickly and have some worker task output them.

    It would also be better implemented as a state machine.