/[RFID]/cpr-m02.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /cpr-m02.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 90 by dpavlin, Fri Jul 16 16:31:55 2010 UTC revision 91 by dpavlin, Fri Jul 16 16:34:13 2010 UTC
# Line 373  sub cpr_read { Line 373  sub cpr_read {
373                                  my $sec = substr($data,0,1);                                  my $sec = substr($data,0,1);
374                                  my $db  = substr($data,1,$DB_SIZE);                                  my $db  = substr($data,1,$DB_SIZE);
375                                  warn "block $_ ",dump( $sec, $db );                                  warn "block $_ ",dump( $sec, $db );
376                                  $transponder_data .= $db;                                  $transponder_data .= reverse split(//,$db);
377                                  $data = substr($data, $DB_SIZE + 1);                                  $data = substr($data, $DB_SIZE + 1);
378                          }                          }
379                  });                  });

Legend:
Removed from v.90  
changed lines
  Added in v.91

  ViewVC Help
Powered by ViewVC 1.1.26