device-ctrl/z-doc/wbs/地磅.md

16 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

| 字节序 | 描述 | 值ASCII | 示例(+20.00 |
|-----|----------|-----------------------|------------------|
| 0 | 开始 | 0x02 | 0x02 |
| 1 | 符号 | 0x2B+、0x2D- | 0x2B |
| 2 | 重量(高) | 0x300 ~ 0x399 | 0x30 |
| 3 | | | 0x30 |
| 4 | | | 0x32 |
| 5 | | | 0x30 |
| 6 | | | 0x30 |
| 7 | 重量(低) | | 0x30 |
| 8 | 小数位数(右起) | 0x300 ~ 0x344 | 0x32 |
| 9 | 校验码高4位 | 第 1 到 8 位异或值16进制字符串 | 0x31 (校验码为 0x1B |
| 10 | 校验码低4位 | | 0x42字母B |
| 11 | 结束 | 0x03 | 0x03 |