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.
--- 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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- 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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
Diff:
A previous attempt to add an option like this was described as follows:
So that would simply assume not to add a '\n', which may have been resolved by other recent changes.