You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, first of all, i have been playing with your code a lot, but i haven't ran it a lot.
I don't know a first thing about a python and how it works, I'm just fiddling with the AI translation of this module to c#, and i have noticed this:
As per Token-Passing Data Link Layer Specification (HCF_SPEC-81 FCG TS20081) Rev. 9.1 5.3.2 the first two bits of long address indicates master/secondary and burst mode states.
So if your device manufacturersID 192 and higher - your code not gonna work.
Just manufacturerId &= 0b_0011_1111 before inserting it in long address. The first bit is set in "packcommand" procedure.
The text was updated successfully, but these errors were encountered:
So, first of all, i have been playing with your code a lot, but i haven't ran it a lot.
I don't know a first thing about a python and how it works, I'm just fiddling with the AI translation of this module to c#, and i have noticed this:
As per Token-Passing Data Link Layer Specification (HCF_SPEC-81 FCG TS20081) Rev. 9.1 5.3.2 the first two bits of long address indicates master/secondary and burst mode states.
So if your device manufacturersID 192 and higher - your code not gonna work.
Just
manufacturerId &= 0b_0011_1111
before inserting it in long address. The first bit is set in "packcommand" procedure.The text was updated successfully, but these errors were encountered: