Help for this page

Select Code to Download


  1. or download this
    use English;
    # Assumes 16-bit PID and 32-bit time
    ...
        = ($serial_number++ << (16+32))
        + (time << 16)
        + $PID;