Menu

#7 Add option to handle binary data  Edit

Develop
open
None
Next_Release
5
2016-06-02
2016-06-02
No

Add an option that enables the handling of binary data (data without CRs or LFs), perhaps using "-r" and "--raw" as the possible command line parameters for it.

Discussion

  • Robert James Clay

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1 @@
    -Add an option that enables the handling of binary data (data without CRs or LFs), perhaps using "-r" or "--raw" as the command line parameters for it.
    +Add an option that enables the handling of binary data (data without CRs or LFs), perhaps using "-r" and "--raw" as the command line parameters for it.
    
     
  • Robert James Clay

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1 @@
    -Add an option that enables the handling of binary data (data without CRs or LFs), perhaps using "-r" and "--raw" as the command line parameters for it.
    +Add an option that enables the handling of binary data (data without CRs or LFs), perhaps using "-r" and "--raw" as the possible command line parameters for it.
    
     
  • Robert James Clay

    A previous attempt to add an option like this was described as follows:

    -r, --raw to get data without the default '\n' for every line, e.g. this could be useful when playing with Arduino Sketches which already have '\n' as part of their Serial.print()/println() statements.

    So that would simply assume not to add a '\n', which may have been resolved by other recent changes.

     

Anonymous
Anonymous

Add attachments
Cancel