rocasa / ttylog

Print everything to stdout that comes from a serial device.
GNU General Public License v2.0
30 stars 18 forks source link

Add option to handle binary data #4

Open jame opened 8 years ago

jame commented 8 years ago

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 commented 8 years ago

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 commented 6 years ago

+1 on this feature, it would be really awesome