Why isn't hardware flow control supported in mbed?

Home Forums mDot/xDot Why isn't hardware flow control supported in mbed?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23844
    Adam Haun
    Participant

    The xDot is built around the STM32L151CC microcontroller, which supports hardware flow control on its serial ports. However, support for hardware flow control is not enabled in the xDot’s mbed target configuration. Is there any reason for this? Is it possible for me to enable flow control support somehow?

    Thanks,
    -Adam

    #23846
    Ryan Klaassen
    Blocked

    For AT cmds: AT&K Hardware Flow Control AT&K0: disable, AT&K3: enable
    For xDot library: int32_t setFlowControl(const bool& on);

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.