Help for this page

Select Code to Download


  1. or download this
    plink -serial COM24 -sercfg 115200,8,n,1,N | perl -ne "/^(Pct|NRS)/ &&
    + print"
    
  2. or download this
    plink -serial COM24 -sercfg 115200,8,n,1,N | perl -MTerm::ANSIColor -n
    +e "print colored($_, /^(Pct|NRS)/ ? 'bright_yellow' : 'white')"