You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
2.4 KiB
38 lines
2.4 KiB
0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7
|
|
+-------------+ +-------------+ +-------------+ +-------------+
|
|
| OpCode | | Address | | ValueH | | ValueL |
|
|
+-------------+ +-------------+ +-------------+ +-------------+
|
|
|
|
|
|
Where following values are Valid:
|
|
|--------------------------------------------------------------------------------------------------------------------------|
|
|
| Decimal Hex Name Address ValueL ValueH Reply Description|
|
|
|--------------------------------------------------------------------------------------------------------------------------|
|
|
|--------------------------------------------------------------------------------------------------------------------------|
|
|
| 0000002 0x02 Read-Var8 Number of the zeroes/Rand zeroes/Rand A 8Bit Value Reads 8Bit |
|
|
| var-DEFINE read from VAR Variable |
|
|
|--------------------------------------------------------------------------------------------------------------------------|
|
|
| 0000003 0x03 Read-Var16 Number of the zeroes/Rand zeroes/Rand A 16Bit Value Reads 16Bit|
|
|
| var-DEFINE read from VAR Variable |
|
|
|--------------------------------------------------------------------------------------------------------------------------|
|
|
| 0000004 0x04 Write-Var8 Number of the Value of Var zeroes/Rand zeroes/Rand Writes 8Bit|
|
|
| var-DEFINE to write Variable |
|
|
|--------------------------------------------------------------------------------------------------------------------------|
|
|
| 0000005 0x05 Write-Var16 Number of the Value of Var Value of Var zeroes/Rand Writes 16 |
|
|
| var-DEFINE to write (HIGH) to write (LOW) Bit Var |
|
|
|--------------------------------------------------------------------------------------------------------------------------|
|
|
| 0000006 0x06 Call-Func Number of the zeroes/Rand zeroes/Rand zeroes/Rand Calls a|
|
|
| func-DEFINE remote |
|
|
| function |
|
|
|--------------------------------------------------------------------------------------------------------------------------|
|
|
|
|
| 0000001 0x01 Read-Temp Number of zeroes/Rand zeroes/Rand A 16Bit Value Reads the |
|
|
| Thermometer Representing Temperature|
|
|
| Starting with 0 the Temperature |
|
|
|--------------------------------------------------------------------------------------------------------------------------|
|
|
|
|
|
|
Änderungen:
|
|
1 ist nun Echo.
|
|
7 ist read-temp
|