Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: [OT] Filtering / Highlighting serial port input / PuTTY output

by afoken (Chancellor)
on Aug 13, 2020 at 15:56 UTC ( [id://11120686]=note: print w/replies, xml ) Need Help??


in reply to Re: [OT] Filtering / Highlighting serial port input / PuTTY output
in thread [OT] Filtering / Highlighting serial port input / PuTTY output

... cygwin ...
Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\alex>apt-get install cygwin 'apt-get' is not recognized as an internal or external command, operable program or batch file. C:\Users\alex>sudo apt-get install cygwin 'sudo' is not recognized as an internal or external command, operable program or batch file. C:\Users\alex>

*SCNR*

Yes, it might work, but I had some unpleasent encounters with cygwin, and so I would prefer not to have cygwin installed on my PC.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re^2: [OT] Filtering / Highlighting serial port input / PuTTY output
  • Download Code

Replies are listed 'Best First'.
Re^3: [OT] Filtering / Highlighting serial port input / PuTTY output
by pryrt (Abbot) on Aug 13, 2020 at 17:20 UTC
    Since cygwin is undesirable, maybe Windows Subsystem for Linux?

    Or use gnuwin32's grep on the output of putty's plink.exe (which is the command-line client). I am able to successfully plink -batch -ssh ... | grep ... for what I need.

      Or use gnuwin32's grep on the output of putty's plink.exe (which is the command-line client). I am able to successfully plink -batch -ssh ... | grep ... for what I need.

      I was about to complain that I need a serial connection, but plink can do that, too! Cool, I never would have thought of using plink for anything else but SSH and telnet. Thank you, pryrt++.

      plink -serial COM24 -sercfg 115200,8,n,1,N

      ... works for reading debug output from the microcontroller, but my ancient grep binary seems to buffer an insane amount of data before writing. It simply does not output anything when fed with just a few hundred lines. Replacing it with perl (from Strawberry) works fine:

      plink -serial COM24 -sercfg 115200,8,n,1,N | perl -ne "/^(Pct|NRS)/ && + print"

      Now I just have to test it with ConEmu proposed by aitap++.

      Alexander

      --
      Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
Re^3: [OT] Filtering / Highlighting serial port input / PuTTY output
by jo37 (Deacon) on Aug 13, 2020 at 16:07 UTC

    What were you trying to do with these commands? UPDATE: Sorry, overlooked your SCNR
    At work I use Cygwin every day and for decades and I am glad that it exists. Never had any problems with it.

    Greetings,
    -jo

    $gryYup$d0ylprbpriprrYpkJl2xyl~rzg??P~5lp2hyl0p$

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11120686]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-25 21:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found