Bureaucrats, checkuser, Administrators
3,313
edits
mNo edit summary |
(Add set time and date (untested)) |
||
Line 335: | Line 335: | ||
>0#1#a#00#hi there#0,0,0#cc< | >0#1#a#00#hi there#0,0,0#cc< | ||
>00#00#01##3F< | >00#00#01##3F< | ||
=== 0x8b Set time === | |||
{| class="wikitable" | |||
! colspan=2 | Input | |||
|- | |||
! serialtask | |||
| | |||
* display 0, 1, etc. | |||
* flag 0x80 for all | |||
|- | |||
! arg0 | |||
| hours | |||
|- | |||
! arg1 | |||
| minutes | |||
|- | |||
! arg2 | |||
| seconds | |||
|- | |||
! colspan=2 | Output | |||
|- | |||
! colspan=2 | ? | |||
|} | |||
>0#1#8b#00##20,59,59#cc< | |||
? | |||
=== 0x8c Set date === | |||
{| class="wikitable" | |||
! colspan=2 | Input | |||
|- | |||
! serialtask | |||
| | |||
* display 0, 1, etc. | |||
* flag 0x80 for all | |||
|- | |||
! arg0 | |||
| day | |||
|- | |||
! arg1 | |||
| month | |||
|- | |||
! arg2 | |||
| year | |||
|- | |||
! colspan=2 | Output | |||
|- | |||
! colspan=2 | ? | |||
|} | |||
>0#1#8c#00##31,12,10#cc< | |||
? | |||
=== 0xF0 Get serial task count === | === 0xF0 Get serial task count === |