Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to handle binary data #4

Open
jame opened this issue Jun 2, 2016 · 2 comments
Open

Add option to handle binary data #4

jame opened this issue Jun 2, 2016 · 2 comments

Comments

@jame
Copy link
Member

jame commented Jun 2, 2016

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/

@jame
Copy link
Member Author

jame commented Jun 2, 2016

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.

@valerionew
Copy link

+1 on this feature, it would be really awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants