(1) is there a way to send CR and/or LF in the "send" input box? multiple lines seem to just be sent as a single line. I can press Ctrl+Enter in the main window ("send input" checked). the only way to do it from that box is to go to hex (or uint8) mode and type in 0A or 010 respectively in the place where the LF is needed.
am i missing something? sending out an LF between separate lines in the "send" input box seems intuitive, but it doesn't work. i'm on windows 10.
(2) pasting something (right click mouse, select paste) directly into the console window doesn't seem to send it (though it shows up in the window). Ctrl+V is shown as a shortcut in the right click menu, but pressing it sends a strange character.
thanks! mahesh
Last edit: Anonymous 2017-05-28
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1) You can find it under the console options tab (settings window): 'send on enter key' (you have to press enter in send input box (ascii mode)->if you switch to hex mode you will see to which bytes ScriptCommunicator has translated your 'enter key'.
2) No this is not possible (but you can simply past it in the send area under the console). You can send the pasted data with the send button or 'Ctrl+Enter'. I think I will add this possibillity in the next version of ScriptCommunicator.
3) You can find it under the console tab (settings window):'new line at byte' (None)
PS: Every element in the settings window has a tool tip wich explains the corresponding element.
Best regards,
Stefan
Last edit: Stefan Zieker 2017-05-29
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi,
(1) is there a way to send CR and/or LF in the "send" input box? multiple lines seem to just be sent as a single line. I can press Ctrl+Enter in the main window ("send input" checked). the only way to do it from that box is to go to hex (or uint8) mode and type in 0A or 010 respectively in the place where the LF is needed.
am i missing something? sending out an LF between separate lines in the "send" input box seems intuitive, but it doesn't work. i'm on windows 10.
(2) pasting something (right click mouse, select paste) directly into the console window doesn't seem to send it (though it shows up in the window). Ctrl+V is shown as a shortcut in the right click menu, but pressing it sends a strange character.
thanks! mahesh
Last edit: Anonymous 2017-05-28
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Also, is there a way to disable word wrap in the main window? Thanks, mahesh
Hi,
1) You can find it under the console options tab (settings window): 'send on enter key' (you have to press enter in send input box (ascii mode)->if you switch to hex mode you will see to which bytes ScriptCommunicator has translated your 'enter key'.
2) No this is not possible (but you can simply past it in the send area under the console). You can send the pasted data with the send button or 'Ctrl+Enter'. I think I will add this possibillity in the next version of ScriptCommunicator.
3) You can find it under the console tab (settings window):'new line at byte' (None)
PS: Every element in the settings window has a tool tip wich explains the corresponding element.
Best regards,
Stefan
Last edit: Stefan Zieker 2017-05-29
Hi,
I have implemented the missing feature (2). Do you need a prerelease?
Best regards,
Stefan