Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print 'Rx: ', hexdump( $Rx, { suppress_warnings => 1 } );
    
    printf "Rb = 0x%x\t Re = 0x%x\n",$Rb, $Re;
    
  2. or download this
    Rm:   0x0000 : 30 78 41 41 41 41 41 41 41 41 00 00 00 00 00 00 : 0xAAA
    +AAAAA......
    Rb:   0x0000 : 32 38 36 33 33 31 31 35 33 30 00 00 00 00 00 00 : 28633
    +11530......
    ...
    Re:   0x0000 : 2D 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 : -1...
    +...........
    Rx:   0x0000 : FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00 : .....
    +...........
    Rb = 0xaaaaaaaa  Re = 0xffffffffffffffff