From: Michal Sojka Date: Tue, 15 Feb 2011 18:02:02 +0000 (+0100) Subject: Add MDF to ASCII converter X-Git-Tag: fix-allnoconfig~198^2 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/24eb07b74687f89f1b55d2653b6fac98599df5f4?hp=24eb07b74687f89f1b55d2653b6fac98599df5f4 Add MDF to ASCII converter CANalyzer from Vector has broken ASCII export. It truncates timestamps to 100 us resolutions, which is not usable for us. Therefore we must use binary MDF files to export traces from CANalyzer and we convert them to ASCII by this simple program. In its current form, the program is not much generic. It works for our so it is sufficient for us. ---