ARMmbed / icetea

DEPRECATED mbed test framework
Apache License 2.0
6 stars 7 forks source link

How to change the baudrate in icetea framework,by default icetea is using a baudrate of 115200. #72

Closed gtvenkatesh closed 5 years ago

gtvenkatesh commented 5 years ago

Note: This is just a template, so feel free to use/remove the unnecessary things

Description

Icetea version (git rev-parse HEAD)

Expected Behavior

Actual Behavior

Steps to Reproduce


Enhancement

Reason to enhance/problem with existing solution

Suggested enhancement

Pros

Cons


Question

How to?

jupe commented 5 years ago

You can use —baudrate -argument. See example here: https://github.com/ARMmbed/icetea/blob/09afeb2d6ae4dc402b10c1b06ad3295586c9be82/test/data/conf_file.txt#L2

jupe commented 5 years ago

@gtvenkatesh did you managed to get it work with custom baudrate?