maroc81 / picocom

Automatically exported from code.google.com/p/picocom
GNU General Public License v2.0
0 stars 1 forks source link

picocom should use 'sz -vv' as the default send command, as stated in the manual. #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The picocom man page says:

       --send-cmd | -s
          Specifies the external program (and any arguments to it)  that  
will
          be used for transmitting files.

          Default: "sz -vv"

However, the actual default in the source code uses ascii_xfr (which is 
provided by minicom).  It should use sz by default, as it claims it does, 
instead.

Original issue reported on code.google.com by hawk...@gmail.com on 13 May 2010 at 4:15

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r4.

Original comment by nick.pat...@gmail.com on 28 May 2010 at 12:39