-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increased line-length / MTU results in hang #8
Comments
For my setup with windows 11 it hangs with and without Without
|
@Revival-Martijn This might be related to the CDC-ACM bug I noted here: https://github.com/vouch-opensource/mcumgr-client#notes but should be only a problem in combination with STM32, maybe a mcumgr-client problem. Does it fix it, if you change CDC_ACM_BUFFER_SIZE in cdc_acm.c? |
@Frank-Buss I've created a test project for you which you should be able to build and run straight away. You have to connect to the comport that appears when you connect the microusb port I can flash an image with the GO version of mcumgr. After using PR #10 I can use But Hope you can take a look at this. |
Any news on this? :) |
@Revival-Martijn could you check if the new PR fixes it? Not merged so far, so checkout this fork: https://github.com/comap-smart-home/mcumgr-client/tree/main |
@Revival-Martijn I think this PR #25 could have fixed it. I created a new release, could you check it? |
For my setup with macOS 12.6.5, I get a hang if I try the
-m 4096 -l 8192
increased buffer settings:with the above it just sits there.
The text was updated successfully, but these errors were encountered: