Update 'USB protocol'

Triss 2021-06-23 23:43:08 +00:00
parent 17b5bb8fec
commit 4679179cb8
1 changed files with 1 additions and 1 deletions

@ -119,7 +119,7 @@ Commands are typically a one-byte command ID, followed by a variable amount of d
* **`0x01`: Start capture/wait for trigger**
* Response:
* 3-byte "trigger instant" (little-endian): this is the point at which the trigger happened, units are `MS1*16`. (That is, if the trigger happened at the very last sample, this value will be `MS1*16`. If it happens right in the middle, it'll be 50% of `MS1*16`.) (For `MS1`: see settings blob.)
* 1 status byte
* 1 status byte: `0xdd` indicates success, no other values seen.
* **`0x02`: Start generating an uploaded signal indefinitely**
* **`0x03`: Start capture/generate/wait for trigger in mixed mode**
* Response: same as `0xf0 0x01`