You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 might have been resolved by other recent changes.
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.
See also: https://sourceforge.net/p/ttylog/feature-requests/7/
The text was updated successfully, but these errors were encountered: