Skip to content

Commit

Permalink
Add misc2 byte description.
Browse files Browse the repository at this point in the history
  • Loading branch information
antage committed Oct 11, 2018
1 parent 2d5571e commit ee251d8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Protocol.md
Expand Up @@ -14,7 +14,7 @@ A measurement packet has 4 formats:
| offset | size | description |
|-------:|-----:|-------------|
| 0 | 1 | Misc byte (see below) |
| 1 | 1 | Auto range (0x00: off, 0x01: on) |
| 1 | 1 | Misc2 byte (0x00: off, 0x01: on) |
| 2 | 2 | Mode |
| 4 | 1 | Range |

Expand All @@ -32,6 +32,17 @@ A measurement packet has 4 formats:
| | 4: peak |
| 7 | Hold (0: off, 1: on). |

### Misc2 byte

| bit(s) | description |
|-------:|-------------|
| 0 | Auto range |
| 1 | High voltage |
| 3 | Lead error |
| 4 | Comp mode |
| 5 | Record mode |


### Precision byte

| bit(s) | description |
Expand Down

0 comments on commit ee251d8

Please sign in to comment.