var CardReader = function (error_start, track_start, track_end, timeout) {
    this.error_start = error_start || "é";
    this.track_start = track_start || ";";
    this.track_end = track_end || "?";
    this.timeout = timeout || 100;