Updated Radius PowerView Commands (markdown)

akuker 2022-01-03 17:30:55 -06:00
parent 006d20867d
commit ce4055d052
1 changed files with 8 additions and 3 deletions

@ -78,8 +78,8 @@ Data in: `01 09 08`
## **UNKNOWN** (C9)
Command: C9 00 00 31 00 00 03 LL
* LL = Length in 16-bit **words**
Command: `C9 00 00 21 81 00 LL 00`
* LL = Length in bytes
Function: ***Unknown at this time***
@ -123,7 +123,12 @@ Data out: `3E`
C9 comes repeatedly during a long spurt at startup.
## Write to frame buffer (CA)
Command: `CA 00 00 00 00 50 01 E0 00 00 00`
Command: `CA 00 00 00 00 50 01 E0`
or
Command: `CA 01 1E A8 00 01 00 LL 00 9E 00` - Size 3
* LL = Length
Function: ***Unknown at this time***
Currently guessing that this updates the framebuffer.