Is there a way to change the Thread SDK example program (\examples\thread\ncp\ftd\uart) baud from 115200 to a higher 460800? If so, what steps are needed to make this change?
Thanks
Is there a way to change the Thread SDK example program (\examples\thread\ncp\ftd\uart) baud from 115200 to a higher 460800? If so, what steps are needed to make this change?
Thanks
Hello,
This is set in the openthread library, which is a third party library. If you want to change something in this library, you can build it yourself using the guide: Building the latest OpenThread libraries.
Please note that if you want your custom openthread library build to be compatible with the SDK, you should use the same openthread tag as the one used in the SDK. This is listed in SDK\external\openthread\project\readme.txt.
Best regards,
Edvin
Hello,
This is set in the openthread library, which is a third party library. If you want to change something in this library, you can build it yourself using the guide: Building the latest OpenThread libraries.
Please note that if you want your custom openthread library build to be compatible with the SDK, you should use the same openthread tag as the one used in the SDK. This is listed in SDK\external\openthread\project\readme.txt.
Best regards,
Edvin