You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
Description
"set transfer ihex/raw" is not working as expected
Test Code
ashell.md
Steps to Reproduction
$ screen /dev/ttyACM0 115200
acm> set transfer raw
and Enteracm> set transfer ihex
and EnterActual Result
After 4.
After 5.
Expected Result
After 4. Transfer to RAW.
acm> set transfer raw
RAW>
After 5. Transfer to IHEX.
acm> set transfer ihex
HEX>
Test Builds
Additional Information
Test ashell with zephyrIDE, this issue is also reproduced.But nothing was returned after executing
set transfer ihex
.The text was updated successfully, but these errors were encountered: