mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-06-21 05:40:50 +02:00
more cleanup
This commit is contained in:
parent
bb3d31595b
commit
2e42553b4d
@ -4,7 +4,9 @@ notes from sniffing BM1397 communication and trying to match it up with cgminer
|
|||||||
It looks like this setting up the BM1397:
|
It looks like this setting up the BM1397:
|
||||||
```
|
```
|
||||||
TX: 55 AA 52 05 00 00 0A // also "chippy"??
|
TX: 55 AA 52 05 00 00 0A // also "chippy"??
|
||||||
CMD.RX: AA 55 13 97 18 00 00 00 06
|
|
||||||
|
RX: AA 55 13 97 18 00 00 00 06 //response from the BM1397
|
||||||
|
|
||||||
TX: 55 AA 53 05 00 00 03 //chain inactive
|
TX: 55 AA 53 05 00 00 03 //chain inactive
|
||||||
TX: 55 AA 53 05 00 00 03 //chain inactive
|
TX: 55 AA 53 05 00 00 03 //chain inactive
|
||||||
TX: 55 AA 53 05 00 00 03 //chain inactive
|
TX: 55 AA 53 05 00 00 03 //chain inactive
|
||||||
@ -31,7 +33,7 @@ TX: 55 AA 21 96 04 04 00 00 00 00 72 E7 07 17 A9 81 51 63 EE D6 E5 43 35 3F 14 9
|
|||||||
|
|
||||||
How does this big work field break down?
|
How does this big work field break down?
|
||||||
|
|
||||||
- `55 AA` ->
|
- `55 AA` -> (most) All of the commands to the BM1397 start with this
|
||||||
- `21` -> always 21. like bitcoin, always 21 million coins?
|
- `21` -> always 21. like bitcoin, always 21 million coins?
|
||||||
- `96` -> length
|
- `96` -> length
|
||||||
- `04` -> jobID
|
- `04` -> jobID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user