-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Serail prints not align #134
Comments
Sorry, because I don't have a serial port, the function of the serial port may be imperfect. If you can, please use the following simpler steps to quickly collect the log for analysis:
The log content is in plain text and will not contain any private information. You can use any editor to view it. Thank you. BTW, |
[ |
Thank you very much. I have analyzed the log initially, and there is no error in the parsing process, as you mentioned, so is SecureCrt. Among the fix methods of the SecureCrt you mentioned, the one that really works is "New line mode".
Usually CR is responsible for moving the cursor to the beginning of the line, and LF is responsible for moving the cursor to the next line. But your device only sends LF characters, which causes the cursor to never return to the beginning of the line. When you set "New line mode" in the SecureCrt, this setting will force the caret back to the beginning of the line when encountering LF, thus solving this problem. In fact, this setting should be set by the device notifying the client when it is started, but I don't know why the device did not notify the client. I will provide "New line mode" in the next prerelease version, please keep follow, thank you. |
I forgot. If your device system supports |
Thanks for the fast response, i will try with echo. |
Sure. The new prerelease version should be released next week. Since WindTerm already supports "New line mode" internally, it just needs to add a setting interface. I will update the progress here. 😄 |
My device system don't support echo , Look forward to your setting interface. |
@dbitc |
I am happy to inform you that WindTerm_2.3.0_Prerelease_3 has been released and this issue has been fixed. The |
When a create a serail session, the prints not align, please see the attachment,
I did not find the setting, make new line prints left align
The text was updated successfully, but these errors were encountered: