I think I have line feed problems too. Connected via serial to a Roboteq controller I send some commands. The controller replies but in the main terminal screen there are no line-feeds. The replies are wrapped-up in one line
The replies are displayed correctly on the clipboard viewer.
See attached screenshots
Can I setup the main terminal screen to get there line feeds also ?
Regards, Herman
Roboteq controller- linefeed question
Moderator: sergey
Roboteq controller- linefeed question
- Attachments
-
- photo (2).jpg (10.75 KiB) Viewed 166713 times
-
- photo (1).jpg (7.76 KiB) Viewed 166713 times
Re: Roboteq controller- linefeed question
Hello,
You may try changing what the enter key sends - under options change it to CR+LF and see if that fixes your issue.
You may try changing what the enter key sends - under options change it to CR+LF and see if that fixes your issue.
Re: Roboteq controller- linefeed question
Thks for your reply, changing the enter key options doesn't solve the issue.
It has to do with the commands received and how they are interpreted in the main terminal screen. I guess that changing the key options only affects the send cmds.
Herman
It has to do with the commands received and how they are interpreted in the main terminal screen. I guess that changing the key options only affects the send cmds.
Herman
Re: Roboteq controller- linefeed question
It looks like your robotic device is simply sending a CR (carriage return) at the end of each line instead of a CR LF combo. VT100 requires both - the carriage return moves the cursor back to the start of the line, and the line feed (LF) advances the cursor to the next line.
You are correct that the enter key option simply changes what is sent when the enter key is pressed - some devices will echo this back to the user (which would have fixed your issue)
We will be adding a new advanced option in the next revision of GetConsole that allows the terminal code to insert dummy CR (or LF) for devices that don't send them
You are correct that the enter key option simply changes what is sent when the enter key is pressed - some devices will echo this back to the user (which would have fixed your issue)
We will be adding a new advanced option in the next revision of GetConsole that allows the terminal code to insert dummy CR (or LF) for devices that don't send them
Re: Roboteq controller- linefeed question
That's great support, thank you !
Re: Roboteq controller- linefeed question
Thank you for adding the Advanced Setting to add dummy LF after CR in version 1.120
It works perfect and solved the linefeed problem
Herman
It works perfect and solved the linefeed problem
Herman
Who is online
Users browsing this forum: No registered users and 13 guests