tbird20d / grabserial

Grabserial - python-based serial dump and timing program - good for embedded Linux development
GNU General Public License v2.0
195 stars 77 forks source link

Is it able to handle ansi escape sequences? #73

Closed ruantu closed 11 months ago

ruantu commented 1 year ago

The data output through tty has ansi escape code, it is difficult to look directly with a text editor.

Silhouette2022 commented 11 months ago

Use new option --hex-ascii to log both hex codes and ascii strings at the same line

ruantu commented 11 months ago

ok i'll try it