libmDot version 2.0.3 broke virtual terminal debug stream with MTMDK-ST-MDOT

Home Forums mDot/xDot libmDot version 2.0.3 broke virtual terminal debug stream with MTMDK-ST-MDOT

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14569
    Steve Mylroie
    Participant

    When building with the version 2.0.3 release of libMDot on the Mbed web platform and using a Mdot attached to a MTMDK-ST-MDOT development board on can not set a baud rate using either Serial debug(USBTX, USBRX) and debug.baud(x) in the MDOT source or by selecting a baud rate in the terminal emulator which will display readable log stream messages

    The text display in the terminal window will always be
    [00][00][00][00][00][00]
    With prior version of libmDot this display would if the terminal emulator’s baud rate was not 9600 or did not match the value set via the debug.baud(x) call in the code loaded to the mDot. With the 2.0.3 version of the library I can not find any baud rate setting which will display the log messages correctly

    #14570
    Steve Mylroie
    Participant

    Update
    Was finally able to get a readable debug stream with this combination
    mbed library version 117
    mbed-rtos version 117
    libmDot version 2.0.3
    Terminal emulator baud 115200
    debug.baud(115200); call as first statement in main() with a
    Serial debug(USBTX, USBRX); declation

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