PuTTY: send over serial connection without ctrl+J

2

I searched before asking this question but can't find similar question or helpful information.

I am trying to use PuTTY for serial communication. What is annoying is that I have to press ctrl+j if I want to send my command. I want to send my command by pressing Enter. Is that possible in PuTTY? (currently pressing Enter is interpreted as CR).

Thanks in advance.

moibrahim

Posted 2018-02-02T15:01:15.273

Reputation: 21

3Have you tried implicit LF on CR and the reverse? ctrl-j is LF. – Andrew Domaszek – 2018-02-02T15:06:26.570

yes I tried it, no difference. I have to hit ctrl+j – moibrahim – 2018-02-02T15:23:08.557

No answers